<%= 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 %>