forked from bofh/fetsite
AutoCommit Fre Aug 7 09:03:01 CEST 2015
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
</ul>
|
||||
<%= link_to "+" , new_survey_choice_path(params:{question_id: question.id}), remote: true%>
|
||||
</div>
|
||||
<%= render partial: "survey/questions/answeredquestion", object: question if question.answers.where(user_id: current_user.id).count>0%>
|
||||
<%= render partial: "survey/questions/answeredquestion", object: question if question.answers.where(user_id: current_user.id).count>0 %>
|
||||
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@@ -9,4 +9,5 @@
|
||||
<%= render_comments_for(@survey_question) %>
|
||||
|
||||
<%= link_to 'Edit', edit_survey_question_path(@survey_question) %> |
|
||||
<%= link_to 'Back', polymorphic_path(@survey_question.parent) %>
|
||||
<%= link_to 'Back', polymorphic_path(@survey_question.parent)
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user