From 7657ddf27f093ad62ca9e974b08c73bbaa2829b7 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Tue, 17 Dec 2019 01:41:01 -0800 Subject: [PATCH] attempt to fix style syntax --- app/views/conferences/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/conferences/show.html.haml b/app/views/conferences/show.html.haml index 001794de..becddfb8 100644 --- a/app/views/conferences/show.html.haml +++ b/app/views/conferences/show.html.haml @@ -63,7 +63,7 @@ - if @conference.contact.has_social_media? = render 'social_media', contact: @conference.contact = render 'footer' - +) -# - content_for :script_head do -# :javascript -# var triangle_tcs = tinycolor("#{h(@conference.color)}").monochromatic();