X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3b237dc3dabda181ed68dc587b1befc678a03706..f36b6375e9a61f44b20bc638e07a7024f4437869:/app/views/diary_entries/index.html.erb?ds=sidebyside diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb index 59fa96a83..cb3f7f832 100644 --- a/app/views/diary_entries/index.html.erb +++ b/app/views/diary_entries/index.html.erb @@ -1,62 +1,53 @@ +<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %> <% 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' %>

+

<%= t ".recent_entries" %>

- <% if @user %> - <%= render :partial => 'diary_entry', :collection => @entries %> - <% else %> - <%= render :partial => 'diary_index_entry', :collection => @entries %> - <% end %> + <%= 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 -%>