X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/50091893d44ecfc48c13bb2269f23a6f23aea1d2..f4d84c48062a18f7f93b0d12a04c8e15c7f57e23:/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 59fa96a83..e9d7e18c9 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,62 +1,54 @@
+<% 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 -%>
-
- <% 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 %>
-
+
+
+
<%= @title %>
+
+
+
<% 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 %>
+
+ <%= render "shared/pagination",
+ :newer_key => "diary_entries.index.newer_entries",
+ :older_key => "diary_entries.index.older_entries",
+ :newer_id => @newer_entries_id,
+ :older_id => @older_entries_id %>
<% 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 -%>