Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_votes_inline.html.haml « votes « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2cb3ae04e1a83b670b824993ee5a59e1dcf29684 (plain)
1
2
3
4
5
6
7
8
9
.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}