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

4 lines
193 B
Plaintext

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