Files
fetsite/app/views/survey/choices/show.html.erb
2015-07-30 00:03:02 +02:00

26 lines
373 B
Plaintext

<p id="notice"><%= notice %></p>
<p>
<b>Text:</b>
<%= @survey_choice.text %>
</p>
<p>
<b>Question:</b>
<%= @survey_choice.question %>
</p>
<p>
<b>Sort:</b>
<%= @survey_choice.sort %>
</p>
<p>
<b>Picture:</b>
<%= @survey_choice.picture %>
</p>
<%= link_to 'Edit', edit_survey_choice_path(@survey_choice) %> |
<%= link_to 'Back', survey_choices_path %>