X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6bc4b207315992645292c7b3bfc0cfbef87c152f..HEAD:/app/views/diary_comments/_page.html.erb diff --git a/app/views/diary_comments/_page.html.erb b/app/views/diary_comments/_page.html.erb deleted file mode 100644 index 66e40cd80..000000000 --- a/app/views/diary_comments/_page.html.erb +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - <% @comments.each do |comment| -%> - - - - - - <% end -%> -
<%= t ".post" %><%= t ".when" %><%= t ".comment" %>
"><%= link_to comment.diary_entry.title, diary_entry_path(comment.diary_entry.user, comment.diary_entry) %>"> - <%= friendly_date_ago(comment.created_at) %> - "><%= comment.body.to_html %>
- - <%= render "shared/pagination", - :newer_key => "diary_comments.page.newer_comments", - :older_key => "diary_comments.page.older_comments", - :newer_id => @newer_comments_id, - :older_id => @older_comments_id %> -