Employee Show

This commit is contained in:
Phyo
2017-06-23 11:13:29 +06:30
parent 69ec0386b9
commit 62156e2e3e
2 changed files with 6 additions and 1 deletions

View File

@@ -9,3 +9,8 @@
<strong>Role:</strong>
<%= @employee.role %>
</p>
<p>
<strong>Employee ID:</strong>
<%= @employee.emp_id %>
</p>