change header

This commit is contained in:
Yan
2017-10-12 15:13:25 +06:30
parent 31a7b6750f
commit 6e47e4c41c
7 changed files with 3 additions and 4 deletions

View File

@@ -71,8 +71,6 @@
</div>
</div>
<script src="js/Chart.js"></script>
<script>
$(document).ready(function(){
var top_products = JSON.parse('<%= @top_products.to_json.html_safe %>');

View File

@@ -5,7 +5,7 @@
<span class="fa fa-bars" ></span>
</a>
<a class="navbar-brand" href="<%= dashboard_path %>" style="color: rgba(67, 185, 220, 0.9)">
<a class="navbar-brand" href="<%= dashboard_path %>" style="color: #fff">
<img src="<%= asset_path('SX-logo.png') %>" width="40" height="40" alt="Logo" />
<span class="navbar-brand-txt">SX Restaurant</span>
</a>