summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-07-06 14:14:03 +0530
committerkushalpandya <kushal@gitlab.com>2017-07-06 14:14:03 +0530
commitb7dcd1a0910e316dabd3d9675cf9d861b77a911e (patch)
tree2ff35bd12d0ef62ed811572dc10c8e793df24a80 /app/views/dashboard
parent7732c274c28137973271fabe7ace2d17358be153 (diff)
downloadgitlab-ce-b7dcd1a0910e316dabd3d9675cf9d861b77a911e.tar.gz
Make offset override specific to admin welcome page
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/projects/_zero_authorized_projects.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/projects/_zero_authorized_projects.html.haml b/app/views/dashboard/projects/_zero_authorized_projects.html.haml
index 6a6b5b79353..920fb90e857 100644
--- a/app/views/dashboard/projects/_zero_authorized_projects.html.haml
+++ b/app/views/dashboard/projects/_zero_authorized_projects.html.haml
@@ -1,6 +1,6 @@
.row.blank-state-parent-container
.col-md-6.section-container
- .section-body.section-welcome
+ .section-body.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
.blank-state.blank-state-welcome
%h2.blank-state-welcome-title
Welcome to GitLab