parallel incoming req

This commit is contained in:
Yan
2017-10-20 13:25:24 +06:30
parent 4eb9fe74e1
commit 25bc6f1c26
3 changed files with 14 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ Search Bar -->
<ul class="dropdown-menu">
<li>
<%if current_login_employee.role !="waiter" %>
<%= link_to (t :logout),logout_path, method: :delete, data: {confirm: 'Are you sure?'} %>
<%= link_to (t :logout),logout_path, method: :delete,"data-no-turbolink" => true, data: {confirm: 'Are you sure?'} %>
<%end%>
<p class="delete" style="" data-ref="<%=logout_path%>" data-method="delete">Logout</p>