change back btn link dashboard to root path
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<li class="breadcrumb-item"><a href="<%= crm_dining_queues_path %>">Queue</a></li>
|
||||
<li class="breadcrumb-item active">Assign Queue <%=@queue.queue_no%></li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%= link_to 'Back', root_path %>
|
||||
</span>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user