% content_for :page_heading do %>
<%= t('.general_settings') %>
<% end %>
<%= form_tag action: 'update' do %>
<%= hidden_field_tag 'from', 'index' %>
<%= link_to(t('.cancel'), action: 'index') %>
<%= t('.or') %>
<%= submit_tag(t('.update_settings'), class: 'btn btn-success') %>
<% end %>