about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorAshley <expenses@airmail.cc>2017-04-28 01:17:55 +1200
committerEugen Rochko <eugen@zeonfederated.com>2017-04-27 15:17:55 +0200
commit1736badf28eae2ba42e42f9fef2e151e35d5397a (patch)
treec5cb11b4a149c4eaa14141423699a924306974c8 /app/views/layouts/application.html.haml
parent88725d6ce85115ea3b0652007db5d40a1c069be3 (diff)
Added '(dev)' to the title in development mode (#2524)
* Added different title for dev

* Changed indentation
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rwxr-xr-xapp/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 01c42db93..602d502a9 100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -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