mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-25 11:38:49 +01:00
adding links to footers to go between mobile and full site
This commit is contained in:
parent
c46122bb34
commit
6d3a6611c8
3 changed files with 4 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
<li class="link"><%= (link_to(t('layouts.mobile_navigation.logout'), logout_path(:format => 'm'))) -%></li>
|
||||
<li class="link"><%= (link_to(t('layouts.mobile_navigation.tickler'), tickler_path(:format => :m))) -%></li>
|
||||
<li class="link"><%= (link_to(t('layouts.mobile_navigation.feeds'), feeds_path(:format=>:m))) -%></li>
|
||||
<li class="link"><%= (link_to(t('layouts.mobile_navigation.full'), todos_path(:format => 'html'))) -%></li>
|
||||
</ul>
|
||||
<% end -%>
|
||||
<%= render :partial => "shared/footer" -%>
|
||||
|
|
|
|||
|
|
@ -4,4 +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>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ en:
|
|||
new_action: New
|
||||
logout: Logout
|
||||
feeds: Feeds
|
||||
full: Full Site
|
||||
starred: Starred
|
||||
projects: Projects
|
||||
tickler: Tickler
|
||||
|
|
@ -49,6 +50,7 @@ en:
|
|||
preferences_title: Show my preferences
|
||||
admin: Admin
|
||||
help: "?"
|
||||
mobile: Mobile Site
|
||||
integrations:
|
||||
opensearch_description: Search in Tracks
|
||||
applescript_next_action_prompt: "Description of next action:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue