summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-10-03 11:09:20 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-10-03 11:09:20 +0000
commit915e35a2992a4e51db2ac32aac8d7a29b1f4449e (patch)
treee2a8ca782d4fe4494086c19870988bdea39a2a92 /app/views
parent9533786f522e358f372d8a0ec4b4990ae9d88f37 (diff)
parent17709fa1b6fdaa522159dafcdeb1705b5418b86e (diff)
downloadgitlab-ce-915e35a2992a4e51db2ac32aac8d7a29b1f4449e.tar.gz
Merge branch '36670-remove-edit-form' into 'master'
Remove edit action for issues Closes #36670 See merge request gitlab-org/gitlab-ce!14523
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/issues/edit.html.haml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/issues/edit.html.haml b/app/views/projects/issues/edit.html.haml
deleted file mode 100644
index 1b7d878c38c..00000000000
--- a/app/views/projects/issues/edit.html.haml
+++ /dev/null
@@ -1,7 +0,0 @@
-- page_title "Edit", "#{@issue.title} (#{@issue.to_reference})", "Issues"
-
-%h3.page-title
- Edit Issue ##{@issue.iid}
-%hr
-
-= render "form"