Editing location_setting

<% form_for(@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 "Update" %>

<% end %> <%= link_to 'Show', @location_setting %> | <%= link_to 'Back', location_settings_path %>