1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00
Files
projekteuler/app/views/problems/edit.html.erb
2014-11-30 16:43:09 +01:00

7 lines
119 B
Plaintext

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