Files
old-rijeci/app/views/results/show.html.erb
2013-12-09 03:23:49 +01:00

15 lines
238 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>User:</strong>
<%= @result.user_id %>
</p>
<p>
<strong>Time:</strong>
<%= @result.time %>
</p>
<%= link_to 'Edit', edit_result_path(@result) %> |
<%= link_to 'Back', results_path %>