<%= simple_form_for([:settings, @settings_tax_profile ]) do |f| %>
<%= f.error_notification %>
<%= f.input :name %>
<%= f.input :rate %>
<%= f.input :inclusive %>
<%= f.input :order_by %>
<%= f.submit "Submit",:class => 'btn btn-primary btn-lg waves-effect' %>
<% end %>