mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
9 lines
155 B
Plaintext
9 lines
155 B
Plaintext
- page_title "Edit", "#{@issue.title} (##{@issue.iid})", "Issues"
|
|
= render "header_title"
|
|
|
|
%h3.page-title
|
|
Edit Issue ##{@issue.iid}
|
|
%hr
|
|
|
|
= render "form"
|