From 15b48726320dc8a97208f2e9a77853d6fc14c2f0 Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 19 Jul 2018 00:07:22 +0300 Subject: [PATCH] Fix rating_stars parameters in admin/events#show --- app/views/admin/events/_voting.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/events/_voting.html.haml b/app/views/admin/events/_voting.html.haml index 8a8fa4ed..5a3515c5 100644 --- a/app/views/admin/events/_voting.html.haml +++ b/app/views/admin/events/_voting.html.haml @@ -48,7 +48,7 @@ %td = vote.name %td - = rating_stars(vote, max_rating ) + = rating_stars(vote.rating, max_rating ) :javascript $(".myrating").hover(