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

7 lines
116 B
Plaintext

<h1>Editing result</h1>
<%= render 'form' %>
<%= link_to 'Show', @result %> |
<%= link_to 'Back', results_path %>