0
0
Fork 0

Added '(dev)' to the title in development mode (#2524)

* Added different title for dev

* Changed indentation
This commit is contained in:
Ashley 2017-04-28 01:17:55 +12:00 committed by Eugen Rochko
parent 88725d6ce8
commit 1736badf28
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@
- if content_for?(:page_title)
= yield(:page_title)
= ' - '
= site_title
= title
= stylesheet_link_tag stylesheet_for_layout, media: 'all'
= csrf_meta_tags