update setting admin pages
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div class="page-header">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="<%= settings_tax_profile_path %>">Home</a></li>
|
||||
<li class="breadcrumb-item"><a href="<%= settings_tax_profile_path %>">Tax Profiles</a></li>
|
||||
<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">Details</li>
|
||||
<span class="float-right">
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_tax_profile_path %>
|
||||
<%= link_to t('.back', :default => t("views.btn.back")), settings_tax_profiles_path %>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user