mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-16 20:28:09 +01:00
Remove unused layout and clear up naming
* scaffold.css is only used by login -> rename to login.css * standard.html.erb is the default application layout -> rename to application.html.erb * scaffold.html.erb is unused -> deleted
This commit is contained in:
parent
4fb9939e3a
commit
27adccb6e9
9 changed files with 105 additions and 133 deletions
|
|
@ -16,7 +16,7 @@ class StatsController < ApplicationController
|
|||
get_stats_projects
|
||||
get_stats_tags
|
||||
|
||||
render :layout => 'standard'
|
||||
render :layout => 'application'
|
||||
end
|
||||
|
||||
def actions_done_last12months_data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue