settings controllers
This commit is contained in:
10
app/views/settings/tax_profiles/edit.html.erb
Normal file
10
app/views/settings/tax_profiles/edit.html.erb
Normal file
@@ -0,0 +1,10 @@
|
||||
<div class="span12">
|
||||
<div class="page-header">
|
||||
<ul class="breadcrumb">
|
||||
<li><a href="<%= root_path %>">Home</a></li>
|
||||
<li><a href="<%= settings_tax_profiles_path %>">Tax Profiles</a></li>
|
||||
<li>Edit</li>
|
||||
</ul>
|
||||
</div>
|
||||
<%= render 'form', settings_tax_profile: @settings_tax_profile %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user