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

Commit 9b48b53

Browse files
authored
Merge pull request #158 from ualbertalib/remove_guidance_text
additional changes to guidance title
2 parents 389416c + cb10682 commit 9b48b53

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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)