3 lines
179 B
Plaintext
3 lines
179 B
Plaintext
|
<%= form_for @location , :url => {:action => "create_location"}, html: {class: "form-horizontal"} do |f| %>
|
||
|
<%= render :partial => "location_form", locals: {:f => f} %>
|
||
|
<% end %>
|