gitlab-org--gitlab-foss/app/views/projects/issues/edit.html.haml
Robert Speicher 31d369b796 Use to_reference for Issue "show" and "edit" page titles
Thanks to Greg Laubenstein for noticing in !6503
2016-10-19 12:24:29 +02:00

7 lines
139 B
Text

- page_title "Edit", "#{@issue.title} (#{@issue.to_reference})", "Issues"
%h3.page-title
Edit Issue ##{@issue.iid}
%hr
= render "form"