Files
sx-fc/app/views/settings/tax_profiles/show.html.erb
2017-04-18 13:01:05 +06:30

30 lines
548 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @settings_tax_profile.name %>
</p>
<p>
<strong>Rate:</strong>
<%= @settings_tax_profile.rate %>
</p>
<p>
<strong>Inclusive:</strong>
<%= @settings_tax_profile.inclusive %>
</p>
<p>
<strong>Order by:</strong>
<%= @settings_tax_profile.order_by %>
</p>
<p>
<strong>Created by:</strong>
<%= @settings_tax_profile.created_by %>
</p>
<%= link_to 'Edit', edit_settings_tax_profile_path(@settings_tax_profile) %> |
<%= link_to 'Back', settings_tax_profiles_path %>