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: 353ff9c1cc2033f0c5b4161bad0354cfd8edbad7 (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"