Skip to content

Commit 0451de0

Browse files
committed
Delete unused function
1 parent 870a6b5 commit 0451de0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

app/helpers/application_helper.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ def current_locale_logo
5353
end
5454
end
5555

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-
end
64-
6556
def training_resources_path
6657
if I18n.locale == :'fr-CA'
6758
'https://alliancecan.ca/fr/services/gestion-des-donnees-de-recherche/apprentissage-et-ressources/ressources-de-formation'

0 commit comments

Comments
 (0)