You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
261 B
15 lines
261 B
6 years ago
|
<p id="notice"><%= notice %></p>
|
||
|
|
||
|
<p>
|
||
|
<strong>Name:</strong>
|
||
|
<%= @tem_test.name %>
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
<strong>Email:</strong>
|
||
|
<%= @tem_test.email %>
|
||
|
</p>
|
||
|
|
||
|
<%= link_to 'Edit', edit_tem_test_path(@tem_test) %> |
|
||
|
<%= link_to 'Back', tem_tests_path %>
|