mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 16:46:42 +01:00
15 lines
248 B
Plaintext
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 %>
|