diff --git a/app/views/shared/_footer.html.erb b/app/views/shared/_footer.html.erb index 913efc70..a594db1a 100644 --- a/app/views/shared/_footer.html.erb +++ b/app/views/shared/_footer.html.erb @@ -4,5 +4,5 @@ <%= t('common.email')%> | <%= t('common.website')%> | <%= t('common.contribute')%>
- <%= t('layouts.navigation.mobile')%> + <%= link_to(t('layouts.navigation.mobile'), todos_path(:format => 'm')) %>