diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-03 22:51:19 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2016-02-03 22:51:19 +0100 |
commit | 088742551d9579f256f074873cb8ba894303e585 (patch) | |
tree | 69cebe58305ef325048f56e2f7fd03a6b3ed500a /app/views/projects | |
parent | ccd99efe64b546a0f5e6bd774479cde2861287ef (diff) | |
parent | c8224f0b928c65a51b9222e17e2ed3bd812ee186 (diff) | |
download | gitlab-ce-088742551d9579f256f074873cb8ba894303e585.tar.gz |
Merge branch 'master' into use-top-area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/milestones/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/projects/milestones/index.html.haml b/app/views/projects/milestones/index.html.haml index 49625b3534b..abe567af1dd 100644 --- a/app/views/projects/milestones/index.html.haml +++ b/app/views/projects/milestones/index.html.haml @@ -11,9 +11,6 @@ = icon('plus') New Milestone -.gray-content-block - Milestone allows you to group issues and set due date for it - .milestones %ul.content-list = render @milestones |