X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c9ec4895ead9b869f93ac73514bb390e752b367b..79bd177:/app/views/diary_entry/list.html.erb
diff --git a/app/views/diary_entry/list.html.erb b/app/views/diary_entry/list.html.erb
index 2939ec7e6..d6af432fb 100644
--- a/app/views/diary_entry/list.html.erb
+++ b/app/views/diary_entry/list.html.erb
@@ -3,7 +3,7 @@
<% if @this_user %>
<%= user_image @this_user %>
<% end %>
-
<%= h(@title) %>
+ <%= h(@title) %>
<% unless params[:friends] or params[:nearby] -%>
@@ -34,23 +34,25 @@
<%= render :partial => 'diary_list_entry', :collection => @entries %>
<% end %>
- <% if @entries.size < @page_size -%>
- <%= t('diary_entry.list.older_entries') %>
- <% else -%>
- <%= link_to t('diary_entry.list.older_entries'), params.merge(:page => @page + 1 ) %>
- <% end -%>
+
<% end %>
<% unless params[:friends] or params[:nearby] -%>
- <% content_for :head do -%>
- <%= auto_discovery_link_tag :atom, :action => 'rss', :language => params[:language] %>
+ <% content_for :auto_discovery_link_tag do -%>
+ <%= auto_discovery_link_tag :rss, :action => 'rss', :language => params[:language] %>
<% end -%>
<% end -%>