cirandas.net

ref: master

app/views/maps/edit_location.html.erb


<%= labelled_form_for :profile_data, :url => {:action => 'edit_location'}, :html => {:id => 'location-form'} do |f| %>
  
<%= flash[:error] %>
<%= render partial: 'shared/location_form', locals: { f: f, profile: @profile_data } %>

<%= _('Regions of Interest') %>

<%= select_categories(:profile_data, _('Select the regions in which you are inserted'), 4, :regions) %> <%= button_bar do %> <%= submit_button 'save', _('Save') %> <%= button(:back, _('Back to control panel'), :controller => 'profile_editor') %> <% end %> <% end %>