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

Commit

Permalink
remove text 'guidance' in guidance title (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweishi authored Sep 12, 2017
1 parent 72b6c1a commit 83d0e93
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 83d0e93

Please sign in to comment.