]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/users/account.html.erb
Rework the users#show page to avoid custom column css
[rails.git] / app / views / users / account.html.erb
index 0f2f3741fafafe874b136506fc669985c1c76e55..ad6614c76ca51a5f02a1c85330310f70d8b419b1 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>
-    <%= tag.div "", :id => "map", :class => "content_map settings_map set_location" %>
+    <%= tag.div "", :id => "map", :class => "content_map set_location" %>
   </fieldset>
 
   <%= submit_tag t(".save changes button") %>