summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/edit.html.haml
blob: 20216297d2558fd57933a9aefd006e68e621a3e2 (plain)
1
2
3
4
5
6
7
8
- page_title "Edit", "#{@issue.title} (##{@issue.iid})", "Issues"
= render "header_title"

%h3.page-title
  Edit Issue ##{@issue.iid}
%hr

= render "form"