Replace hard-coded footer link to mobile site

This commit is contained in:
Dan Rice 2012-10-25 21:52:09 -04:00
parent ff4d639142
commit 53074136d3

View file

@ -4,5 +4,5 @@
<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>
<a href="/m"><%= t('layouts.navigation.mobile')%></a>
<%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>
</div>