Files
fetsite/app/views/survey/questions/show.html.erb
2015-08-07 01:03:02 +02:00

13 lines
299 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) %>