settings controllers

This commit is contained in:
Min Zeya Phyo
2017-04-18 13:01:05 +06:30
parent dbad900cd4
commit a717791a7c
49 changed files with 7233 additions and 6080 deletions

View 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 %>