gitlabhq/gitlabhq

View on GitHub
app/views/votes/_votes_block.html.haml

Summary

Maintainability
Test Coverage
.votes.votes-block
  .progress
    .bar.bar-success{style: "width: #{votable.upvotes_in_percent}%;"}
    .bar.bar-danger{style: "width: #{votable.downvotes_in_percent}%;"}
  .upvotes= "#{votable.upvotes} up"
  .downvotes= "#{votable.downvotes} down"