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

Commit cb10682

Browse files
committed
additional changes to guidance title
1 parent dbef77a commit cb10682

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: app/views/dmptemplates/_guidance_display.html.erb

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
<div class="accordion-heading">
88
<a class="accordion-guidance-link" data-parent="#<%= question.id %>-guidance" href="#collapse-guidance-<%= question.id%>">
99
<div class="accordion_heading_text">
10-
<% if I18n.locale == "fr" %>
11-
<%= t('helpers.guidance')%> <%= question.section.organisation.abbreviation %>
12-
<% else %>
13-
<%= question.section.organisation.abbreviation %> <%= t('helpers.guidance')%>
14-
<% end %>
10+
<%= question.section.organisation.abbreviation %>
1511
</div>
1612
<span class="plus-laranja"> </span></a>
1713
</div>

0 commit comments

Comments
 (0)