]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/no_such_entry.html.erb
Fix rubocop warning
[rails.git] / app / views / diary_entries / no_such_entry.html.erb
index 4fb5ca49d4739f768306414163b618cb34d8bc0e..da7d18524a90163fc3036d586e7b7a5abe713a4d 100644 (file)
@@ -1,5 +1,5 @@
 <% content_for :heading do %>
-  <h2><%= t '.heading', :id => h(params[:id]) %></h2>
+  <h1><%= t ".heading", :id => h(params[:id]) %></h1>
 <% end %>
 
-<p><%= t '.body', :id => h(params[:id]) %></p>
+<p><%= t ".body", :id => h(params[:id]) %></p>