Files
sx-fc/app/views/settings/employees/show.html.erb
2017-06-23 11:13:29 +06:30

17 lines
219 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>Name:</strong>
<%= @employee.name %>
</p>
<p>
<strong>Role:</strong>
<%= @employee.role %>
</p>
<p>
<strong>Employee ID:</strong>
<%= @employee.emp_id %>
</p>