Files
sx-fc/app/views/settings/employees/show.html.erb
2017-04-05 08:24:21 +06:30

12 lines
151 B
Plaintext

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