not compitable with our tech

This commit is contained in:
Yan
2017-09-21 17:51:59 +06:30
parent 1a4ca5238f
commit 3e4fc7d45d
9 changed files with 486 additions and 506 deletions

View File

@@ -30,25 +30,25 @@
<ul class="list">
<li class="header">MAIN NAVIGATION</li>
<li class="active">
<a href="index.html">
<a href="<%= root_path %>">
<i class="material-icons">home</i>
<span>Home</span>
</a>
</li>
<li>
<a href="pages/typography.html">
<a href="<%= oqs_root_path %>">
<i class="material-icons">room_service</i>
<span>Order Queue Station</span>
</a>
</li>
<li>
<a href="pages/helper-classes.html">
<a href="<%= origami_root_path %>">
<i class="material-icons">monetization_on</i>
<span>Cashier</span>
</a>
</li>
<li>
<a href="pages/helper-classes.html">
<a href="<%= crm_customers_path %>">
<i class="material-icons">group</i>
<span>CRM</span>
</a>