sqm-dashboards/app/views/questions/edit.html.haml
2017-03-04 16:25:24 -05:00

5 lines
121 B
Text

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