sqm-dashboards/app/views/questions/edit.html.erb
2017-03-03 22:00:07 -05:00

6 lines
143 B
Text

<h1>Editing Question</h1>
<%= render 'form', question: @question %>
<%= link_to 'Show', @question %> |
<%= link_to 'Back', questions_path %>