We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870a6b5 commit 0451de0Copy full SHA for 0451de0
app/helpers/application_helper.rb
@@ -53,15 +53,6 @@ def current_locale_logo
53
end
54
55
56
- def contacts_at_your_instutution_path
57
- if I18n.locale == :'fr-CA'
58
- 'https://alliancecan.ca/fr/services/gestion-des-donnees-de-recherche/apprentissage-et-ressources/personnes-ressources-dans-les-etablissements'
59
- else
60
- # Handling :'en-CA' locale
61
- 'https://alliancecan.ca/en/services/research-data-management/learning-and-training/institutional-contacts'
62
- end
63
64
-
65
def training_resources_path
66
if I18n.locale == :'fr-CA'
67
'https://alliancecan.ca/fr/services/gestion-des-donnees-de-recherche/apprentissage-et-ressources/ressources-de-formation'
0 commit comments