]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/show.html.erb
Fix new erblint warnings
[rails.git] / app / views / users / show.html.erb
index 18b69bdcab7290c1dc801669baa3a7d35d666cb5..1332ab6e204f034edc9d7ffa7003f6d5f18947c2 100644 (file)
            :icon => image_path("marker-red.png"),
            :description => render(:partial => "popup", :object => current_user, :locals => { :type => "your location" })
          } %>
-      <%= content_tag "div", "", :id => "map", :class => "content_map", :data => { :user => user_data } %>
+      <%= tag.div "", :id => "map", :class => "content_map", :data => { :user => user_data } %>
     <% end %>
 
     <% friends = @user.friends %>