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

_votes_block.html.haml « votes « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 36ea67420641ee8af1d63bf450107dc4e56f00ba (plain)
1
2
3
4
5
6
7
8
9
10
.votes.votes-block
  .btn-group
    - unless votable.upvotes.zero?
      .btn.btn-sm.disabled.cgreen
        %i.fa.fa-thumbs-up
        = votable.upvotes
    - unless votable.downvotes.zero?
      .btn.btn-sm.disabled.cred
        %i.fa.fa-thumbs-down
        = votable.downvotes