Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2017-01-09 21:07:42 +0300
committerClement Ho <clemmakesapps@gmail.com>2017-01-09 21:07:42 +0300
commit8bacc5bc7e69e95304045a449c69cdd37ac6d5b1 (patch)
tree80e84879d7cd4ebebcfd1eb4ea654e98b7a35008 /app/views
parent2a5e63a8e34300f04bb2f5912e6595210ea4b16c (diff)
parent37bbdb604c89ce3a17ad56eb03bf3c8d5be3bc4f (diff)
Merge branch 'ryancharris/gitlab-ce-25277-milestone-counter-number-with-delimiter' into 'master'
View spec for Ryancharris/gitlab milestone counter number with delimiter See merge request !8482
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/milestones/_issuables.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/milestones/_issuables.html.haml b/app/views/shared/milestones/_issuables.html.haml
index 15ff5b8a27e..c8fd45c4319 100644
--- a/app/views/shared/milestones/_issuables.html.haml
+++ b/app/views/shared/milestones/_issuables.html.haml
@@ -9,6 +9,7 @@
- if show_counter
.right
= issuables.size
+ .pull-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 }