gitlabhq/app/views/votes/_votes_inline.html.haml

7 lines
233 B
Plaintext
Raw Normal View History

2012-09-10 15:27:14 +02:00
.votes.votes-inline
.upvotes= votable.upvotes
.progress
.bar.bar-success{style: "width: #{votable.upvotes_in_percent}%;"}
.bar.bar-danger{style: "width: #{votable.downvotes_in_percent}%;"}
.downvotes= votable.downvotes