mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08: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 %>
|