Commit 720bd35b authored by David O'Regan's avatar David O'Regan

Merge branch 'align-admin-notes-label-to-the-left' into 'master'

Align admin notes label to the left

See merge request gitlab-org/gitlab!50992
parents a131f1ed e1f7344a
%fieldset
%legend= _('Admin notes')
.form-group.row
.col-sm-2.col-form-label.text-right
.col-sm-2.col-form-label
= f.label :note, s_('AdminNote|Note')
.col-sm-10
= f.text_area :note, class: 'form-control'
---
title: Align admin notes label to the left
merge_request: 50992
author: Kev @KevSlashNull
type: fixed
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