orbit-location/app/views/panel/location/back_end/locations/edit.html.erb

5 lines
210 B
Plaintext

<%= form_for @location_info, :url=> panel_location_back_end_location_path(@location_info), :html => { :class=>"form-horizontal"} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>