5 lines
210 B
Plaintext
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 %>
|
||
|
|