Added '(dev)' to the title in development mode (#2524)
* Added different title for dev * Changed indentation
This commit is contained in:
parent
88725d6ce8
commit
1736badf28
2 changed files with 5 additions and 1 deletions
|
@ -18,4 +18,8 @@ module ApplicationHelper
|
|||
env_suffix = Rails.env.production? ? '' : '-dev'
|
||||
asset_path "favicon#{env_suffix}.ico"
|
||||
end
|
||||
|
||||
def title
|
||||
Rails.env.production? ? site_title : "#{site_title} (Dev)"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue