property_hire/app/views/admin/property_hires/edit_location.html.erb

3 lines
179 B
Plaintext

<%= form_for @location , :url => {:action => "update_location"}, html: {class: "form-horizontal"} do |f| %>
<%= render :partial => "location_form", locals: {:f => f} %>
<% end %>