summaryrefslogtreecommitdiff
path: root/app/views/groups/milestones/edit.html.haml
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-07 15:40:28 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-07-07 15:40:28 +0000
commit8b33e654c09aaa20545e7c246585fa2d3217cecb (patch)
tree9cd6fc560ea034f41ae7607e77a10561e67a9213 /app/views/groups/milestones/edit.html.haml
parent9fc63aa7f65ef74eb40ebc884de8fc8e031969db (diff)
parent1dab640357fa1ba8992757499e4167fcd4ce6276 (diff)
downloadgitlab-ce-8b33e654c09aaa20545e7c246585fa2d3217cecb.tar.gz
Merge branch 'master' into '33929-allow-to-enable-perf-bar-for-a-group'
# Conflicts: # db/schema.rb
Diffstat (limited to 'app/views/groups/milestones/edit.html.haml')
-rw-r--r--app/views/groups/milestones/edit.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/groups/milestones/edit.html.haml b/app/views/groups/milestones/edit.html.haml
new file mode 100644
index 00000000000..5f6d7d209d0
--- /dev/null
+++ b/app/views/groups/milestones/edit.html.haml
@@ -0,0 +1,7 @@
+- page_title "Milestones"
+- render "header_title"
+
+%h3.page-title
+ Edit Milestone
+
+= render "form"