mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
.votes.votes-inline
|
|
- unless votable.upvotes.zero?
|
|
%span.upvotes.cgreen
|
|
+ #{votable.upvotes}
|
|
- unless votable.downvotes.zero?
|
|
\/
|
|
- unless votable.downvotes.zero?
|
|
%span.downvotes.cred
|
|
\- #{votable.downvotes}
|