Move text under p tag

Add changelog
This commit is contained in:
Jarek Ostrowski 2019-05-29 16:45:51 -04:00
parent e8da79f3a4
commit c91e5868ae
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
%button.btn.js-settings-toggle{ type: 'button' }
= expanded ? 'Collapse' : 'Expand'
%p
= _('External Classification Policy Authorization')
= _('External Classification Policy Authorization')
.settings-content
= form_for @application_setting, url: admin_application_settings_path(anchor: 'js-external-auth-settings'), html: { class: 'fieldset-form' } do |f|

View File

@ -0,0 +1,5 @@
---
title: Move text under p tag
merge_request: 28901
author:
type: fixed