]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/account.html.erb
Fix new erblint warnings
[rails.git] / app / views / users / account.html.erb
index 51c933b5d51f7341dc2a0091f4b219ffdb19e4ae..0f2f3741fafafe874b136506fc669985c1c76e55 100644 (file)
       <input type="checkbox" name="updatehome" value="1" <% unless current_user.home_lat and current_user.home_lon %> checked="checked" <% end %> id="updatehome" />
       <label class="standard-label" for="updatehome"><%= t ".update home location on click" %></label>
     </div>
-    <%= content_tag "div", "", :id => "map", :class => "content_map settings_map set_location" %>
+    <%= tag.div "", :id => "map", :class => "content_map settings_map set_location" %>
   </fieldset>
 
   <%= submit_tag t(".save changes button") %>