Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank stars not shows #136

Open
kubarazny opened this issue Dec 3, 2016 · 0 comments
Open

Blank stars not shows #136

kubarazny opened this issue Dec 3, 2016 · 0 comments

Comments

@kubarazny
Copy link

I have an issue. I have two divs for view rating: first is shows user current rate (and there is an issue - it shows only 1 star, user cannot vote for more stars.

zrzut ekranu z 2016-12-03 19-57-06

<%= rating_for_user photo, current_user, "ogolna", half_show: true, enable_half: true, star: 10 %>

Before it I had sth like this:

<%= rating_for photo, "ogolna", disable_after_rate: false %>

but it shows average rating (but then user can vote for more stars, but he can't view how many stars he gave stars.

for average rating I have

<%= rating_for photo, "ogolna", disabled: true, readonly: true %>

and it works good.

How to shows blank stars for rating for user?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant