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

%h1.page-title.gl-font-size-h-display
  Edit Issue ##{@issue.iid}
%hr

= render "form"