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
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-02-23 01:42:11 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-02-23 06:14:16 +0300
commit5600b17de76c8bc93313adc1aa4d9859045de0a9 (patch)
tree09c0d85d2d2d382b7f92b5dcc3b2688efaaa5094 /app/views/groups/milestones
parent5b3d143a2bb006a75feeb06aa8b47e3f76af95a3 (diff)
Code style improvements
Diffstat (limited to 'app/views/groups/milestones')
-rw-r--r--app/views/groups/milestones/index.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/milestones/index.html.haml b/app/views/groups/milestones/index.html.haml
index cd5388fe402..644895c56a1 100644
--- a/app/views/groups/milestones/index.html.haml
+++ b/app/views/groups/milestones/index.html.haml
@@ -1,4 +1,5 @@
- page_title "Milestones"
+= render "groups/head_issues"
.top-area
= render 'shared/milestones_filter'