X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2f9291ba5764fe104264ae7e3b6a361e11212e8b..b5188cae0865597462bd6b5068a80ccfceab802a:/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 63a805b3c..17ddba62e 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,62 +1,60 @@ <% content_for :heading do %> -
id="userinformation"<% end %> > +
id="userinformation"<% end %>> <% if @user %> <%= user_image @user %> <% end %> -

<%= h(@title) %>

+

<%= @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 %> + + <% 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 -%>