From a92e524bcb95c55bcb0fded44f073d1ee127eeae Mon Sep 17 00:00:00 2001 From: Usman Iqbal Date: Wed, 8 Apr 2020 15:58:42 +0100 Subject: [PATCH] Fix contribute link in footer; prefer HTTPS Contribute link in footer returns 404. Also changed all http links to https after confirming they have valid https endpoints. --- app/views/shared/_footer.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 6d48031f..aac3178e 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -4,9 +4,9 @@ <%= t('common.bugs')%> | <%= t('common.wiki')%> | - <%= t('common.mailing_list')%> | - <%= t('common.website')%> | - <%= t('common.contribute')%> | + <%= t('common.mailing_list')%> | + <%= t('common.website')%> | + <%= t('common.contribute')%> | <%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>