summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/edit.html.haml
blob: 72eaceefaff7003a9b9c087f8c5f119787fa7e8f (plain)
1
2
3
4
5
6
7
8
- page_title "编辑", "#{@issue.title} (##{@issue.iid})", "问题"
= render "header_title"

%h3.page-title
  编辑问题 ##{@issue.iid}
%hr

= render "form"