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

Commit 83d0e93

Browse files
authored
remove text 'guidance' in guidance title (#148)
1 parent 72b6c1a commit 83d0e93

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

app/views/plans/_answer_form.html.erb

+1-6
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,7 @@
207207
<div class="accordion-heading">
208208
<a class="accordion-guidance-link" data-parent="#<%= question.id %>-guidance" href="#collapse-guidance-<%= question.id%>">
209209
<div class="accordion_heading_text">
210-
<% if I18n.locale == :fr %>
211-
<%= t('helpers.guidance')%> <%= question.section.organisation.abbreviation %>
212-
<% else %>
213-
<%= question.section.organisation.abbreviation %> <%= t('helpers.guidance')%>
214-
<% end %>
215-
210+
<%= question.section.organisation.abbreviation %>
216211
</div>
217212
<span class="plus-laranja"> </span></a>
218213
</div>

0 commit comments

Comments
 (0)