initial commit
This commit is contained in:
14
app/views/results/show.html.erb
Normal file
14
app/views/results/show.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<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 %>
|
||||
Reference in New Issue
Block a user