update supervisor wrong spelling

This commit is contained in:
Aung Myo
2017-11-22 10:40:43 +06:30
parent 749e271879
commit 5b7ba0c144
6 changed files with 38 additions and 23 deletions

View File

@@ -85,7 +85,7 @@
<div class="row m-b-15">
<% @employees.each do |employee| %>
<%if employee.role == "supervisour" %>
<%if employee.role == "supervisor" %>
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6 empBtn" data-formid="#form_<%= employee.emp_id %>" >
<form id="form_<%= employee.emp_id %>" action="<%= emp_login_path(employee.emp_id) %>" method="PATCH">
</form>