X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3914050fcc24c8727c485412a69b12292bbf213d..33d70b3c2d7b90234aba8b29bee341d2a80f4d1e:/app/views/diary_entries/index.html.erb
diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb
index acf9ac17c..a599aea17 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -12,15 +12,11 @@
<% if @user %>
<% if @user == current_user %>
-
-
<%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
-
+ <%= link_to image_tag("new.png", :class => "small_icon") + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
<% end %>
<% else %>
<% if current_user %>
-
-
<%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
-
+ <%= link_to image_tag("new.png", :class => "small_icon") + t(".new"), new_diary_entry_path, :title => t(".new_title") %>
<% end %>
<% end %>