-<<<<<<< 436bb9e6a6a98b57d656f4bf89e90ff2aeb884f5
- <% if (question.modifiable) %>
-=======
<% example_answer = question.get_example_answer(current_user.org_id) %>
<% guidance = question.get_guidance_annotation(current_user.org_id) %>
@@ -80,7 +77,6 @@
<% end %>
<% if (question.modifiable) %>
->>>>>>> added template customization back in #791
<%= link_to _('Edit question'), "#question_edit#{question.id}", class: "btn btn-default question_edit_link", role: "button" %>
<%= link_to _('Delete question'), admin_destroy_question_path(question_id: question.id),
confirm: _("You are about to delete '%{question_text}'. Are you sure?") % { :question_text => question.text }, method: :delete, class: "btn btn-default", role:"button" %>
@@ -95,11 +91,7 @@
<% end %>
<% end %>
-<<<<<<< 436bb9e6a6a98b57d656f4bf89e90ff2aeb884f5
- <% end %>
-=======