basic layout template
This commit is contained in:
11
app/views/settings/employees/show.html.erb
Normal file
11
app/views/settings/employees/show.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<p id="notice"><%= notice %></p>
|
||||
|
||||
<p>
|
||||
<strong>Name:</strong>
|
||||
<%= @employee.name %>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<strong>Role:</strong>
|
||||
<%= @employee.role %>
|
||||
</p>
|
||||
Reference in New Issue
Block a user