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

4 lines
193 B
Plaintext
Raw Permalink Normal View History

2014-01-15 10:47:39 +00:00
<%= form_for @location_info, :url=> panel_location_back_end_locations_path, :html => { :class=>"form-horizontal"} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>