14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
<p id="notice"><%= notice %></p>
|
|
<p>
|
|
<b>Typ:</b>
|
|
<%= @survey_question.typ %>
|
|
</p>
|
|
|
|
<%= render @survey_question %>
|
|
|
|
<%= render_comments_for(@survey_question) %>
|
|
|
|
<%= link_to 'Edit', edit_survey_question_path(@survey_question) %> |
|
|
<%= link_to 'Back', polymorphic_path(@survey_question.parent)
|
|
%>
|