From 1736badf28eae2ba42e42f9fef2e151e35d5397a Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 28 Apr 2017 01:17:55 +1200 Subject: Added '(dev)' to the title in development mode (#2524) * Added different title for dev * Changed indentation --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/application.html.haml') 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 -- cgit