mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-04 15:31:09 +00:00
Add message for non-production envs
This commit is contained in:
parent
533be0af2c
commit
8c21aef762
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
module ApplicationHelper
|
||||
def full_title(page_title)
|
||||
base_title = "NSL"
|
||||
base_title << " " + Rails.env.upcase unless Rails.env.production?
|
||||
|
||||
if page_title.empty?
|
||||
base_title
|
||||
|
|
Loading…
Reference in a new issue