X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7609c118843d66c37dd428a2a162a4e15289b6ce..0a046673d630a4618c27559875ce613465d85d3c:/app/views/diary_entries/index.html.erb?ds=inline
diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb
index 6803c761e..e464b99b4 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,26 +1,31 @@
-<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %>
+<% 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 %>
-
<%= @title %>
-
-
+
+
+
<%= @title %>
+
+
+
<% end %>
@@ -31,29 +36,11 @@
<%= 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] -%>