New location_setting

<% form_for([@location,@location_setting]) do |f| %> <%= f.error_messages %>

<%= f.label :about_text %>
<%= f.text_area :about_text %>

<%= f.label :jackrabbit_id %>
<%= f.text_field :jackrabbit_id %>

<%= f.submit "Create" %>

<% end %> <%= link_to 'Back', location_settings_path %>