Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-12 14:59:24 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-04-12 18:16:59 +0300
commit6e99ed5d41f752fb8d495bd3297f9897fb9fd52e (patch)
treea32261b2d6a9905094a0fdb359ce9bdea7b2a457 /app/views/dashboard/todos/index.html.haml
parent7457c1e1229cd1e90e608e8b247e2fbb217f05b6 (diff)
Fixes stylelint for page_title.scss
Replaces CSS with BS4 Utility classes
Diffstat (limited to 'app/views/dashboard/todos/index.html.haml')
-rw-r--r--app/views/dashboard/todos/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/todos/index.html.haml b/app/views/dashboard/todos/index.html.haml
index c569bc682a6..214630d245a 100644
--- a/app/views/dashboard/todos/index.html.haml
+++ b/app/views/dashboard/todos/index.html.haml
@@ -4,7 +4,7 @@
= render_dashboard_gold_trial(current_user)
-.page-title-holder
+.page-title-holder.d-flex.align-items-center
%h1.page-title= _('Todos')
- if current_user.todos.any?