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: 57f781521594b54b91c75b487a94c7ac26daf6b9 (plain)
1
2
3
4
5
6
7
8
9
10
- add_page_specific_style 'page_bundles/merge_request'
- add_page_specific_style 'page_bundles/labels'
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- breadcrumb_title _("New")
- page_title _("New Issue")

.page-title-holder
  %h1.page-title.gl-font-size-h-display= _("New Issue")

= render "form"