Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cf1923456efe94da56446267b6a82a2e8e265fc (plain)
1
2
3
4
5
6
7
- page_title "Edit", "#{@issue.title} (##{@issue.iid})", "Issues"

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

= render "form"