1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 16:46:42 +01:00
projekteuler/app/views/problems/new.html.erb

6 lines
81 B
Plaintext

<h1>New problem</h1>
<%= render 'form' %>
<%= link_to 'Back', problems_path %>