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:
authorRémy Coutable <remy@rymai.me>2016-02-16 14:58:12 +0300
committerRémy Coutable <remy@rymai.me>2016-02-16 14:58:12 +0300
commitd28fa2ce233e057dc47de17bb6c1f2dff141059a (patch)
tree6942bb6cde0b9adda7423f0705b3e38516602b3d /app/views
parent54613b6af56008588a3cc8a9e9f2ee642ca59a36 (diff)
Display "iid of max_iid" in Issuables' sidebar
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index cb5378964bc..e1aecdd9436 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -2,7 +2,7 @@
.issuable-sidebar
.block
%span.issuable-count.pull-left
- = issuable_index(issuable)
+ = issuable.iid
of
= issuables_count(issuable)
%span.pull-right