update setting menu design
This commit is contained in:
@@ -1,5 +1,17 @@
|
||||
<h1>New Settings Tax Profile</h1>
|
||||
<!-- <h1>New Settings Tax Profile</h1>
|
||||
|
||||
<%= render 'form', settings_tax_profile: @settings_tax_profile %>
|
||||
|
||||
<%= link_to 'Back', settings_tax_profiles_path %>
|
||||
<%= link_to 'Back', settings_tax_profiles_path %> -->
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_tax_profiles_path %>">Tax Profiles</a></li>
|
||||
<li class="breadcrumb-item active">New</li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', settings_tax_profiles_path %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
<br>
|
||||
<%= render 'form', settings_tax_profile: @settings_tax_profile %>
|
||||
|
||||
Reference in New Issue
Block a user