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

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

= render "form"