mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 09:18:50 +01:00
get login, mobile and notes features passing
This commit is contained in:
parent
7c935652fb
commit
005723cb4f
52 changed files with 167 additions and 196 deletions
|
|
@ -6,7 +6,7 @@ class FeedlistController < ApplicationController
|
|||
@page_title = 'TRACKS::Feeds'
|
||||
|
||||
unless mobile?
|
||||
init_data_for_sidebar
|
||||
init_data_for_sidebar
|
||||
else
|
||||
@projects = current_user.projects
|
||||
@contexts = current_user.contexts
|
||||
|
|
@ -21,7 +21,7 @@ class FeedlistController < ApplicationController
|
|||
|
||||
respond_to do |format|
|
||||
format.html { render :layout => 'standard' }
|
||||
format.m { render :action => 'mobile_index' }
|
||||
format.m
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue