introduce disabled-rate class to disable rating
This commit is contained in:
parent
e3174fa277
commit
e32ff99f2f
4 changed files with 9 additions and 2 deletions
|
|
@ -11,7 +11,8 @@
|
|||
%td.col-md-2
|
||||
= field.title
|
||||
%td
|
||||
= rating_for @event, field.title, disable: true, star: field.stars
|
||||
%div.disabled-rate
|
||||
= rating_for @event, field.title, disable: true, star: field.stars
|
||||
%tr
|
||||
%td
|
||||
Voters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue