Commit bbd71328 authored by Phil Hughes's avatar Phil Hughes

Replaced `.pull-right` with `.right`

parent d92f1aba
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
.left .left
= title = title
- if show_counter - if show_counter
.pull-right= number_with_delimiter(issuables.size) .right
= number_with_delimiter(issuables.size)
- class_prefix = dom_class(issuables).pluralize - class_prefix = dom_class(issuables).pluralize
%ul{ class: "well-list #{class_prefix}-sortable-list", id: "#{class_prefix}-list-#{id}", "data-state" => id } %ul{ class: "well-list #{class_prefix}-sortable-list", id: "#{class_prefix}-list-#{id}", "data-state" => id }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment