mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-15 08:46:34 +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.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.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.feeds'), feeds_path(:format=>:m))) -%></li>
|
||||||
|
<li class="link"><%= (link_to(t('layouts.mobile_navigation.full'), todos_path(:format => 'html'))) -%></li>
|
||||||
</ul>
|
</ul>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<%= render :partial => "shared/footer" -%>
|
<%= render :partial => "shared/footer" -%>
|
||||||
|
|
|
||||||
|
|
@ -4,4 +4,5 @@
|
||||||
<a href="mailto:tracksapp@googlegroups.com?subject=Tracks feedback"><%= t('common.email')%></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://www.getontracks.org/"><%= t('common.website')%></a> |
|
||||||
<a href="http://getontracks.org/development"><%= t('common.contribute')%></a></p>
|
<a href="http://getontracks.org/development"><%= t('common.contribute')%></a></p>
|
||||||
|
<a href="/m"><%= t('layouts.navigation.mobile')%></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ en:
|
||||||
new_action: New
|
new_action: New
|
||||||
logout: Logout
|
logout: Logout
|
||||||
feeds: Feeds
|
feeds: Feeds
|
||||||
|
full: Full Site
|
||||||
starred: Starred
|
starred: Starred
|
||||||
projects: Projects
|
projects: Projects
|
||||||
tickler: Tickler
|
tickler: Tickler
|
||||||
|
|
@ -49,6 +50,7 @@ en:
|
||||||
preferences_title: Show my preferences
|
preferences_title: Show my preferences
|
||||||
admin: Admin
|
admin: Admin
|
||||||
help: "?"
|
help: "?"
|
||||||
|
mobile: Mobile Site
|
||||||
integrations:
|
integrations:
|
||||||
opensearch_description: Search in Tracks
|
opensearch_description: Search in Tracks
|
||||||
applescript_next_action_prompt: "Description of next action:"
|
applescript_next_action_prompt: "Description of next action:"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue