settings controllers
This commit is contained in:
29
app/views/settings/tax_profiles/show.html.erb
Normal file
29
app/views/settings/tax_profiles/show.html.erb
Normal file
@@ -0,0 +1,29 @@
|
||||
<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 %>
|
||||
Reference in New Issue
Block a user