X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f36b6375e9a61f44b20bc638e07a7024f4437869..a533d341f06afe23a6597b65293cb78c8799ca64:/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 cb3f7f832..80561cbbf 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -6,7 +6,7 @@
<% end %>
<%= @title %>
-
+
<% unless params[:friends] or params[:nearby] -%>
- <%= rss_link_to :action => "rss", :language => params[:language] %>
<% end -%>
@@ -29,21 +29,29 @@
<%= render @entries %>
-
+ <% if @page > 1 -%>
+ -
+ <%= link_to t(".newer_entries"), @params.merge(:page => @page - 1), :class => "page-link" %>
+
+ <% else -%>
+ -
+ <%= t(".newer_entries") %>
+
+ <% end -%>
+
+
<% end %>
<% unless params[:friends] or params[:nearby] -%>