Commit f2f3f3d2 authored by Jacopo's avatar Jacopo Committed by Denys Mishunov

Make new issue title look like wiki

Changes the style of the new issue title in order
to match with the one in the wiki, which was preferred.
parent 6c9c3b7e
= form_for [@project, @issue],
html: { class: 'issue-form common-note-form js-quick-submit js-requires-input' } do |f|
html: { class: 'issue-form common-note-form gl-mt-3 js-quick-submit js-requires-input' } do |f|
= render 'shared/issuable/form', f: f, issuable: @issue
......@@ -2,7 +2,7 @@
- breadcrumb_title _("New")
- page_title _("New Issue")
%h3.page-title= _("New Issue")
%hr
.top-area.flex-lg-row
%h3.page-title= _("New Issue")
= render "form"
---
title: Make new issue title look like wiki
merge_request: 50940
author: Jacopo Beschi @jacopo-beschi
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment