diff --git a/app/views/layouts/_header.html.erb b/app/views/layouts/_header.html.erb
index 904749e6..99971b63 100644
--- a/app/views/layouts/_header.html.erb
+++ b/app/views/layouts/_header.html.erb
@@ -8,22 +8,25 @@
Settings
@@ -33,7 +36,7 @@
@@ -42,9 +45,9 @@
<%= link_to "Daily Sale Report", reports_dailysale_index_path, :tabindex =>"-1" %>
<%= link_to "Sales Item Report", reports_saleitem_index_path, :tabindex =>"-1" %>
<%= link_to "Receipt Report", reports_receipt_no_index_path, :tabindex =>"-1" %>
- <%= link_to "Shift Sale Report", reports_shiftsale_index_path, :tabindex =>"-1" %>
- <%= link_to "Credit Sale Report", reports_credit_payment_index_path, :tabindex =>"-1" %>
- <%= link_to "Void Sale Report", reports_void_sale_index_path, :tabindex =>"-1" %>
+ <%= link_to "Shift Sale Report", reports_shiftsale_index_path, :tabindex =>"-1" %>
+ <%= link_to "Credit Sale Report", reports_credit_payment_index_path, :tabindex =>"-1" %>
+ <%= link_to "Void Sale Report", reports_void_sale_index_path, :tabindex =>"-1" %>
@@ -57,7 +60,7 @@
CRM
-
+
@@ -66,7 +69,7 @@
<%if current_login_employee.role !="waiter" %>
- <%= current_login_employee.name %>
-
+
- |
- <%= link_to 'Logout', logout_path, method: :delete, data: { confirm: 'Are you sure?' } %>
@@ -76,3 +79,10 @@
<% end %>
+