fixed conflict
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t :booking %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%if current_login_employee.role == "foodcourt_cashier" %>
|
||||
<%= link_to 'Back', foodcourt_food_court_path %>
|
||||
<% else %>
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%end%>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -4,7 +4,11 @@
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t("views.right_panel.detail.order") %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%if current_login_employee.role == "foodcourt_cashier" %>
|
||||
<%= link_to 'Back', foodcourt_food_court_path %>
|
||||
<% else %>
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%end%>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
<li class="breadcrumb-item"><a href="<%= dashboard_path %>"><%= t("views.right_panel.button.home") %></a></li>
|
||||
<li class="breadcrumb-item active"><%= t :sale %></li>
|
||||
<span class="float-right">
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%if current_login_employee.role == "foodcourt_cashier" %>
|
||||
<%= link_to 'Back', transactions_bookings_path %>
|
||||
<% else %>
|
||||
<%= link_to 'Back', dashboard_path %>
|
||||
<%end%>
|
||||
</span>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user