12 lines
151 B
Plaintext
12 lines
151 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
|
|
<p>
|
|
<strong>Name:</strong>
|
|
<%= @employee.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Role:</strong>
|
|
<%= @employee.role %>
|
|
</p>
|