summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_zero_authorized_projects.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 15:57:41 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit598d8cab324782906c84e830b5e880949c0c7a83 (patch)
tree284da689b5e9e3750b54bcf781c2401fb7336f52 /app/views/dashboard/projects/_zero_authorized_projects.html.haml
parent6f6f546bc23fa6d5b2ee6a41cf8cded243b8d962 (diff)
downloadgitlab-ce-598d8cab324782906c84e830b5e880949c0c7a83.tar.gz
HAMLLint: Fix `SpaceBeforeScript` offences
Diffstat (limited to 'app/views/dashboard/projects/_zero_authorized_projects.html.haml')
-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 4a55aac0df6..1bbd4602ecf 100644
--- a/app/views/dashboard/projects/_zero_authorized_projects.html.haml
+++ b/app/views/dashboard/projects/_zero_authorized_projects.html.haml
@@ -33,7 +33,7 @@
= link_to new_project_path, class: "btn btn-new" do
New project
--if publicish_project_count > 0
+- if publicish_project_count > 0
.blank-state
.blank-state-icon
= icon("globe")