From ce9d2b3c5b790d327e69e8177bd5356da7c0b000 Mon Sep 17 00:00:00 2001 From: shlok007 Date: Mon, 12 Jun 2017 18:37:50 +0530 Subject: [PATCH] fixes failing haml-lint in admin/conference/show --- app/views/admin/conferences/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/conferences/show.html.haml b/app/views/admin/conferences/show.html.haml index b425dfca..cddae4c2 100644 --- a/app/views/admin/conferences/show.html.haml +++ b/app/views/admin/conferences/show.html.haml @@ -71,7 +71,7 @@ conference: @conference } .row#tickets .col-md-8 - =render partial: 'line_chart', locals: { title: 'Tickets sold over time', + = render partial: 'line_chart', locals: { title: 'Tickets sold over time', name: 'tickets', conferences: @tickets, active_conferences: @tickets,