12 lines
234 B
Plaintext
12 lines
234 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
<p>
|
|
<b>Typ:</b>
|
|
<%= @survey_question.typ %>
|
|
</p>
|
|
|
|
<%= render @survey_question %>
|
|
|
|
|
|
<%= link_to 'Edit', edit_survey_question_path(@survey_question) %> |
|
|
<%= link_to 'Back', survey_questions_path %>
|