From 2af8792495cd27334bcd3cf894f6c491140574a1 Mon Sep 17 00:00:00 2001 From: Henne Vogelsang Date: Wed, 26 Jun 2013 18:34:23 +0200 Subject: [PATCH] And this time for real... --- app/views/proposal/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/proposal/show.html.haml b/app/views/proposal/show.html.haml index 7986a847..056712f3 100644 --- a/app/views/proposal/show.html.haml +++ b/app/views/proposal/show.html.haml @@ -20,7 +20,7 @@ %dt Track: %dd - if @event.track_id - %span.label{:style=>"#{@event.track.color}"} + %span.label{:style =>"background-color: #{@event.track.color};"} = @event.track.name .span9 -unless @event.video_id