X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4eecd59a5d976f6edf857c059fa28ed931b73121..e42e95c3decfea7770c8d5b2df2fbd5bb3de17ef:/app/views/profiles/edit.html.erb diff --git a/app/views/profiles/edit.html.erb b/app/views/profiles/edit.html.erb index c57f98a04..2af64b84f 100644 --- a/app/views/profiles/edit.html.erb +++ b/app/views/profiles/edit.html.erb @@ -9,9 +9,9 @@ <%= bootstrap_form_for current_user, :url => { :action => :update }, :html => { :multipart => true, :autocomplete => :off } do |f| %> <%= f.richtext_field :description, :cols => 80, :rows => 20 %> -
+
<%= 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" %>