X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/caf2e2a242182f2c0dac78fc3f2f39b3fbbc8299..02a6ec60ec204fb98f917e2a006bf38bb85876dc:/app/views/profiles/edit.html.erb diff --git a/app/views/profiles/edit.html.erb b/app/views/profiles/edit.html.erb index 8eca6f4f7..a6fa35220 100644 --- a/app/views/profiles/edit.html.erb +++ b/app/views/profiles/edit.html.erb @@ -11,7 +11,7 @@
<%= f.label t(".image") %> -
+
<%= user_image current_user %>
@@ -44,7 +44,7 @@ <%= t ".home location" -%>
class="nohome"<% end %>>

<%= t ".no home location" %>

-
+
<%= f.text_field :home_lat, :wrapper_class => "col-sm-4", :id => "home_lat" %> <%= f.text_field :home_lon, :wrapper_class => "col-sm-4", :id => "home_lon" %>
@@ -53,7 +53,7 @@ checked="checked" <% end %> id="updatehome" />
- <%= tag.div "", :id => "map", :class => "content_map set_location" %> + <%= tag.div "", :id => "map", :class => "content_map set_location border border-grey rounded" %>
<%= f.primary t(".save") %>