<%= simple_form_for([:settings,@settings_zone]) do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :is_active %>
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>
<% end %>
view_headline PAGE DETAIL

1) Name - to write zone name
2) Is active - checkbox for is active or not

list BUTTON LISTS

1) CREATE ZONE - to create zone

list LINK LISTS

1) Home / Back - go to dashboard