diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-04-12 12:59:24 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-04-12 16:16:59 +0100 |
commit | 6e99ed5d41f752fb8d495bd3297f9897fb9fd52e (patch) | |
tree | a32261b2d6a9905094a0fdb359ce9bdea7b2a457 /app/views/dashboard/milestones | |
parent | 7457c1e1229cd1e90e608e8b247e2fbb217f05b6 (diff) | |
download | gitlab-ce-6e99ed5d41f752fb8d495bd3297f9897fb9fd52e.tar.gz |
Fixes stylelint for page_title.scss59873-page-title
Replaces CSS with BS4 Utility classes
Diffstat (limited to 'app/views/dashboard/milestones')
-rw-r--r-- | app/views/dashboard/milestones/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/milestones/index.html.haml b/app/views/dashboard/milestones/index.html.haml index 13822d36f15..37ba2143eba 100644 --- a/app/views/dashboard/milestones/index.html.haml +++ b/app/views/dashboard/milestones/index.html.haml @@ -2,7 +2,7 @@ - page_title 'Milestones' - header_title 'Milestones', dashboard_milestones_path -.page-title-holder +.page-title-holder.d-flex.align-items-center %h1.page-title= _('Milestones') - if current_user |