mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02: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
|
@ -46,7 +46,7 @@ Tracksapp::Application.configure do
|
|||
# config.action_controller.asset_host = "http://assets.example.com"
|
||||
|
||||
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
||||
config.assets.precompile += %w( print.css scaffold.css mobile.css )
|
||||
config.assets.precompile += %w( print.css login.css mobile.css )
|
||||
|
||||
# Disable delivery errors, bad email addresses will be ignored
|
||||
# config.action_mailer.raise_delivery_errors = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue