about summary refs log tree commit diff
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
authorNaouak <tardiel@gmail.com>2017-04-15 22:47:48 +0200
committerEugen <eugen@zeonfederated.com>2017-04-15 22:47:48 +0200
commit3d3e32befb369f8c6a9f3ac1ee48bce3d266f4b8 (patch)
tree8c0e2cee6e27904802ef764b190a5f0e7db7e49f /app/views/layouts/application.html.haml
parentfa08b5079d7f85c098ee9c6a0dd73bde0a20989f (diff)
Check for a custom css file to help customization of instances (#1368)
* User can create a custom.scss to customize their instance without modifying gitted files.

* Add documentation for customization.

* Forgot the helper file

* Fix Style to pass codeclimate

* Requests from maintainer.
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rwxr-xr-x[-rw-r--r--]app/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 e8253bd6f..a27c3de95 100644..100755
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -17,7 +17,7 @@
         = ' - '
       = site_title
 
-    = stylesheet_link_tag 'application', media: 'all'
+    = stylesheet_link_tag stylesheet_for_layout, media: 'all'
     = csrf_meta_tags
 
     = yield :header_tags