]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entry/list.html.erb
More whitespace fixes. Attempting to get tests to pass.
[rails.git] / app / views / diary_entry / list.html.erb
index 2939ec7e62aa5cead3edd2a9cd902a6d3a10f79f..0f3415fb64a7eb6436e54e9285312acae9ef43b1 100644 (file)
@@ -3,7 +3,7 @@
     <% if @this_user %>
       <%= user_image @this_user %>
     <% end %>
-    <h2><%= h(@title) %></h2>
+    <h1><%= h(@title) %></h1>
 
     <ul class='secondary-actions clearfix'>
       <% unless params[:friends] or params[:nearby] -%>
@@ -50,7 +50,7 @@
 <% end %>
 
 <% unless params[:friends] or params[:nearby] -%>
-  <% content_for :head do -%>
-  <%= auto_discovery_link_tag :atom, :action => 'rss', :language => params[:language] %>
+  <% content_for :auto_discovery_link_tag do -%>
+  <%= auto_discovery_link_tag :rss, :action => 'rss', :language => params[:language] %>
   <% end -%>
 <% end -%>