mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Fix votes inline rendering
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
.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}
|
||||
|
||||
Reference in New Issue
Block a user