not compitable with our tech
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user