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

15 lines
248 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<strong>Title:</strong>
<%= @problem.title %>
</p>
<p>
<strong>Content:</strong>
<%= @problem.content %>
</p>
<%= link_to 'Edit', edit_problem_path(@problem) %> |
<%= link_to 'Back', problems_path %>