From b66f69599a8e7264d992087df39b24c6f2f86600 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 14 Jul 2020 18:15:01 -0700 Subject: [PATCH] tweak method --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 1b5e7574..a2d60e2c 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -21,7 +21,7 @@ = javascript_include_tag "//cdn.transifex.com/live.js" = yield(:head) - - if @conference && @conference.custom_css? + - if @conference && @conference.custom_css %style{type: 'text/css'} = @conference.custom_css