gitlab-org--gitlab-foss/app/views/projects/issues/edit.html.haml

9 lines
155 B
Text
Raw Normal View History

2015-04-30 13:06:18 -04:00
- page_title "Edit", "#{@issue.title} (##{@issue.iid})", "Issues"
2015-12-02 08:27:29 -05:00
= render "header_title"
%h3.page-title
Edit Issue ##{@issue.iid}
%hr
= render "form"