7 lines
122 B
ERB
7 lines
122 B
ERB
<h1>Editing question</h1>
|
|
|
|
<%= render 'form' %>
|
|
|
|
<%= link_to 'Show', @question %> |
|
|
<%= link_to 'Back', questions_path %>
|