X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0625c1effb8f5e2871557439c5ebf7c106db6a1f..f138055849e5b09cd94797c3e1705c6357d6b93b:/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 1f7a35ae3..e95b31bb2 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,62 +1,68 @@
+<% content_for :head, tag.meta(:name => :robots, :content => :noindex) %>
<% content_for :heading do %>
-
id="userinformation"<% end %> >
+
<% if @user %>
- <%= user_image @user %>
+
+ <%= user_image @user %>
+
<% end %>
-
<%= h(@title) %>
-
- <% unless params[:friends] or params[:nearby] -%>
- - <%= rss_link_to :action => 'rss', :language => params[:language] %>
- <% end -%>
+
+
<%= @title %>
- <% if @user %>
- <% if @user == current_user %>
-
-
- <%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t('.new'), diary_new_path, { :title => t('.new_title') } %>
-
- <% end %>
- <% else %>
- <% if current_user %>
-
-
- <%= link_to image_tag("new.png", :class => "small_icon", :border => 0) + t('.new'), diary_new_path, { :title => t('.new_title') } %>
-
- <% end %>
- <% end %>
-
+
+
<% end %>
<% if @entries.empty? %>
-
<%= t '.no_entries' %>
+
<%= t ".no_entries" %>
<% else %>
-
<%= t '.recent_entries' %>
-
- <% if @user %>
- <%= render :partial => 'diary_entry', :collection => @entries %>
- <% else %>
- <%= render :partial => 'diary_index_entry', :collection => @entries %>
- <% end %>
-
-
+
<%= t ".recent_entries" %>
+
+ <%= render @entries %>
+
+
<% end %>
<% unless params[:friends] or params[:nearby] -%>
<% content_for :auto_discovery_link_tag do -%>
- <%= auto_discovery_link_tag :rss, :action => 'rss', :language => params[:language] %>
+ <%= auto_discovery_link_tag :rss, :action => "rss", :language => params[:language] %>
<% end -%>
<% end -%>