Skip to content
Snippets Groups Projects
Commit 452ffd46 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix votes inline rendering

parent 7cd053b5
No related branches found
No related tags found
2 merge requests!9741test,!9321Git gc
.votes.votes-inline
- unless votable.upvotes.zero?
.upvotes
%span.upvotes.cgreen
+ #{votable.upvotes}
- unless votable.downvotes.zero?
\/
- unless votable.downvotes.zero?
.downvotes
%span.downvotes.cred
\- #{votable.downvotes}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment