X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6b8beb7d1a0b5dfdf4f7c8409ee814f9cf870cfb..30f21edbc2d0b92c6401b04baa14788802a04b45:/app/views/diary_entry/list.html.erb diff --git a/app/views/diary_entry/list.html.erb b/app/views/diary_entry/list.html.erb index a78b41a4f..9de2efea5 100644 --- a/app/views/diary_entry/list.html.erb +++ b/app/views/diary_entry/list.html.erb @@ -5,11 +5,11 @@

<%= h(@title) %>

<% if @this_user %> - <% if_user(@this_user) do %> + <%= if_user(@this_user) do %> <%= link_to image_tag("new.png", :border=>0) + t('diary_entry.list.new'), {:controller => 'diary_entry', :action => 'new'}, {:title => t('diary_entry.list.new_title')} %> <% end %> <% else %> - <% if_logged_in do %> + <%= if_logged_in do %> <%= link_to image_tag("new.png", :border=>0) + t('diary_entry.list.new'), {:controller => 'diary_entry', :action => 'new'}, {:title => t('diary_entry.list.new_title')} %> <% end %> <% end %> @@ -34,8 +34,10 @@
<% end %> +<% unless params[:friends] or params[:nearby] -%> <%= rss_link_to :action => 'rss', :language => params[:language] %> -<% content_for :head do %> +<% content_for :head do -%> <%= auto_discovery_link_tag :atom, :action => 'rss', :language => params[:language] %> -<% end %> +<% end -%> +<% end -%>