mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 02:08:50 +01:00
8 lines
610 B
Text
8 lines
610 B
Text
<div id="footer">
|
|
<p><%= t('footer.send_feedback', :version => TRACKS_VERSION) %>: <a href="http://www.assembla.com/spaces/tracks-tickets/tickets"><%= t('common.bugs')%></a> |
|
|
<a href="https://github.com/TracksApp/tracks/wiki"><%= t('common.wiki')%></a> |
|
|
<a href="mailto:tracksapp@googlegroups.com?subject=Tracks feedback"><%= t('common.email')%></a> |
|
|
<a href="http://www.getontracks.org/"><%= t('common.website')%></a> |
|
|
<a href="http://getontracks.org/development"><%= t('common.contribute')%></a></p>
|
|
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>
|
|
</div>
|