mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 20:08:51 +01:00
Merge pull request #2371 from usmanatron/contribute_link
Fix contribute link in footer and prefer HTTPS
This commit is contained in:
commit
135f9e1978
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
<span class="footer-line">
|
||||
<a href="https://github.com/TracksApp/tracks/issues"><%= t('common.bugs')%></a> |
|
||||
<a href="https://github.com/TracksApp/tracks/wiki"><%= t('common.wiki')%></a> |
|
||||
<a href="http://groups.google.com/group/TracksApp"><%= t('common.mailing_list')%></a> |
|
||||
<a href="http://www.getontracks.org/"><%= t('common.website')%></a> |
|
||||
<a href="http://www.getontracks.org/development/"><%= t('common.contribute')%></a> |
|
||||
<a href="https://groups.google.com/group/TracksApp"><%= t('common.mailing_list')%></a> |
|
||||
<a href="https://www.getontracks.org/"><%= t('common.website')%></a> |
|
||||
<a href="https://www.getontracks.org/contribute/"><%= t('common.contribute')%></a> |
|
||||
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue