From: Romain Date: Sat, 19 Oct 2013 07:08:54 +0000 (+0200) Subject: Show milestones iid instead of id X-Git-Tag: v6.2.0~7^2~1 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bae18f0a9865edd607e64e78be96c4db0a25fe89;p=wvm%2Fgitlab.git Show milestones iid instead of id --- diff --git a/app/views/projects/milestones/show.html.haml b/app/views/projects/milestones/show.html.haml index 2e115026e..a5bd7a290 100644 --- a/app/views/projects/milestones/show.html.haml +++ b/app/views/projects/milestones/show.html.haml @@ -1,6 +1,6 @@ = render "projects/issues/head" %h3.page-title - Milestone ##{@milestone.id} + Milestone ##{@milestone.iid} %small = @milestone.expires_at .pull-right