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

new.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: 617579cdd6fc381561c14dd06ae4f6e78aa5b560 (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")

.top-area.gl-lg-flex-direction-row.gl-border-bottom-0
  %h1.page-title.gl-font-size-h-display= _("New Issue")

= render "form"