Merge branch 'adminbsb_material_ui' of bitbucket.org:code2lab/sxrestaurant into adminbsb_material_ui

This commit is contained in:
Yan
2017-10-23 11:50:09 +06:30
5 changed files with 31 additions and 1 deletions

View File

@@ -178,5 +178,9 @@ section.content {
display: none !important;
}
.sidebar .menu .list a {
padding: 5px 13px;
}
/* End Reset Theme */
/* *************************************************** */

View File

@@ -1,4 +1,4 @@
class Origami::ShiftsController < ApplicationController#BaseOrigamiController
class Origami::ShiftsController < BaseOrigamiController
def index
end

View File

@@ -159,6 +159,24 @@
<span><%= t :products %></span>
</a>
</li>
<li>
<a href="<%= settings_tax_profiles_path %>">
<i class="material-icons col-green">donut_large</i>
<span><%= t :tax_profile %></span>
</a>
</li>
<li>
<a href="<%= settings_payment_method_settings_path %>">
<i class="material-icons col-light-blue">donut_large</i>
<span><%= t :payment_methods %></span>
</a>
</li>
<li>
<a href="<%= settings_accounts_path %>">
<i class="material-icons col-amber">donut_large</i>
<span><%= t :accounts %></span>
</a>
</li>
</ul>
</div>
<!-- #Menu -->