mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Remove explicit mentioning of application layout where not needed
This commit is contained in:
parent
35cc0fceaa
commit
7f4065b16b
2 changed files with 1 additions and 3 deletions
|
|
@ -20,7 +20,7 @@ class FeedlistController < ApplicationController
|
||||||
@hidden_contexts = current_user.contexts.hidden
|
@hidden_contexts = current_user.contexts.hidden
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
format.html { render :layout => 'application' }
|
format.html
|
||||||
format.m
|
format.m
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -15,8 +15,6 @@ class StatsController < ApplicationController
|
||||||
get_stats_contexts
|
get_stats_contexts
|
||||||
get_stats_projects
|
get_stats_projects
|
||||||
get_stats_tags
|
get_stats_tags
|
||||||
|
|
||||||
render :layout => 'application'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def actions_done_last12months_data
|
def actions_done_last12months_data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue