X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a66c34991acfff398fbc83c921dfce18a835ee26..eec9e29c963bc20e4e968d5aefd7cc22ca1cbeba:/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..32a4e1e0f 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -3,7 +3,7 @@
<% if @user %>
<%= user_image @user %>
<% end %>
-
<%= h(@title) %>
+ <%= @title %>
<% unless params[:friends] or params[:nearby] -%>
@@ -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 %>