Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #156 from ualbertalib/remove_guidance_text
Browse files Browse the repository at this point in the history
remove guidance text
  • Loading branch information
alexstrilets authored Oct 4, 2017
2 parents 02b4d73 + dbef77a commit 9be7d4c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/views/plans/_answer_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,7 @@
<div class="accordion-heading">
<a class="accordion-guidance-link" data-parent="#<%= question.id %>-guidance" href="#collapse-guidance-<%= question.id%>">
<div class="accordion_heading_text">
<% if I18n.locale == :fr %>
<%= t('helpers.guidance')%> <%= question.section.organisation.abbreviation %>
<% else %>
<%= question.section.organisation.abbreviation %> <%= t('helpers.guidance')%>
<% end %>

<%= question.section.organisation.abbreviation %>
</div>
<span class="plus-laranja"> </span></a>
</div>
Expand Down

0 comments on commit 9be7d4c

Please sign in to comment.