]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/diary_entries/index.html.erb
Enable the ActionOrder cop for remaining controllers
[rails.git] / app / views / diary_entries / index.html.erb
index 0dfe95fa388ca3fa128b873eb70d061161167f9e..9c0112cd0b62afb0949c38f868983373f38ae880 100644 (file)
@@ -1,9 +1,9 @@
-<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %>
+<% content_for :head, tag.meta(:name => :robots, :content => :noindex) %>
 <% content_for :heading do %>
-  <div <% if @user %> id="userinformation"<% end %> class="row">
+  <div class="row">
     <% if @user %>
         <div class="col-auto">
-          <%= user_image @user, :class => "user_image_no_margins" %>
+          <%= user_image @user %>
         </div>
     <% end %>