Replaced .pull-right
with .right
This commit is contained in:
parent
d92f1abafe
commit
bbd713280a
1 changed files with 2 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue