summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/edit.html.haml')
-rw-r--r--app/views/projects/issues/edit.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/issues/edit.html.haml b/app/views/projects/issues/edit.html.haml
new file mode 100644
index 00000000000..1b7d878c38c
--- /dev/null
+++ b/app/views/projects/issues/edit.html.haml
@@ -0,0 +1,7 @@
+- page_title "Edit", "#{@issue.title} (#{@issue.to_reference})", "Issues"
+
+%h3.page-title
+ Edit Issue ##{@issue.iid}
+%hr
+
+= render "form"