diff options
author | Jarka Kadlecova <jarka@gitlab.com> | 2017-09-19 10:30:18 +0200 |
---|---|---|
committer | Jarka Kadlecova <jarka@gitlab.com> | 2017-10-03 11:26:12 +0200 |
commit | 7f69659a5d932ef6cac72001b19b89a103535bd9 (patch) | |
tree | a3347547fbe50fd7f802a57fcac8b52c12cdd52e /app/views/projects/issues | |
parent | 69f0370ad398db0202e3d0cf8459145ea08826dd (diff) | |
download | gitlab-ce-7f69659a5d932ef6cac72001b19b89a103535bd9.tar.gz |
Remove edit action for issues
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r-- | app/views/projects/issues/edit.html.haml | 7 |
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" |