mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-13 09:20:38 -07:00
6 lines
143 B
Text
6 lines
143 B
Text
<h1>Editing Question</h1>
|
|
|
|
<%= render 'form', question: @question %>
|
|
|
|
<%= link_to 'Show', @question %> |
|
|
<%= link_to 'Back', questions_path %>
|