Replaced .pull-right with .right

This commit is contained in:
Phil Hughes 2017-01-18 17:08:09 +00:00
parent d92f1abafe
commit bbd713280a

View file

@ -7,7 +7,8 @@
.left
= title
- if show_counter
.pull-right= number_with_delimiter(issuables.size)
.right
= number_with_delimiter(issuables.size)
- class_prefix = dom_class(issuables).pluralize
%ul{ class: "well-list #{class_prefix}-sortable-list", id: "#{class_prefix}-list-#{id}", "data-state" => id }