update setting menu design

This commit is contained in:
Aung Myo
2017-10-13 15:53:50 +06:30
parent 17fe2ba4a2
commit ae482b91f9
35 changed files with 1390 additions and 833 deletions

View File

@@ -1,4 +1,4 @@
<div class="span12">
<!-- <div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
@@ -6,5 +6,17 @@
<li>Edit</li>
</ul>
</div>
<%= render 'form', settings_tax_profile: @settings_tax_profile %>
</div> -->
<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">Edit</li>
<span class="float-right">
<%= link_to 'Back', settings_tax_profiles_path %>
</span>
</ol>
</div>
<br>
<%= render 'form', settings_tax_profile: @settings_tax_profile %>