mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 02:28:50 +01:00
Add problem type
This commit is contained in:
14
app/views/problems/show.html.erb
Normal file
14
app/views/problems/show.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<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 %>
|
||||
Reference in New Issue
Block a user