From 4304aff1d8b8a07a3e81f17bd468de043c00f291 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Thu, 6 Jul 2017 14:42:24 +0530 Subject: Remove unnecessary column class --- app/views/dashboard/projects/_zero_authorized_projects.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/projects/_zero_authorized_projects.html.haml b/app/views/dashboard/projects/_zero_authorized_projects.html.haml index 920fb90e857..79a3bc00d29 100644 --- a/app/views/dashboard/projects/_zero_authorized_projects.html.haml +++ b/app/views/dashboard/projects/_zero_authorized_projects.html.haml @@ -1,5 +1,5 @@ .row.blank-state-parent-container - .col-md-6.section-container + .section-container .section-body.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" } .blank-state.blank-state-welcome %h2.blank-state-welcome-title -- cgit v1.2.1