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: 3a6fbbc7fbc5ad5255b89c1a2393995703f328eb (plain)
1
2
3
4
5
6
7
- page_title "Edit", "#{@issue.to_reference} #{@issue.title}", "Issues"

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

= render "form"