summaryrefslogtreecommitdiff
path: root/app/views/dashboard/groups/index.html.haml
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2018-10-12 09:45:50 +0000
committerLuke Bennett <lbennett@gitlab.com>2018-10-12 09:45:50 +0000
commit06c24d497de3b2e22b1a2fc13ae1cd2cb0100b84 (patch)
tree4019fab21def0c26bb119167bc6af3b70b648c81 /app/views/dashboard/groups/index.html.haml
parenta5ecb5bbdac05c3b1a96ecb918ce6a4ceed37d75 (diff)
downloadgitlab-ce-06c24d497de3b2e22b1a2fc13ae1cd2cb0100b84.tar.gz
Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'"
This reverts merge request !21551
Diffstat (limited to 'app/views/dashboard/groups/index.html.haml')
-rw-r--r--app/views/dashboard/groups/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/dashboard/groups/index.html.haml b/app/views/dashboard/groups/index.html.haml
index 985928305a2..50f39f93283 100644
--- a/app/views/dashboard/groups/index.html.haml
+++ b/app/views/dashboard/groups/index.html.haml
@@ -3,9 +3,6 @@
- header_title "Groups", dashboard_groups_path
= render 'dashboard/groups_head'
-= content_for :above_breadcrumbs_content do
- = render_if_exists "shared/gold_trial_callout"
-
- if params[:filter].blank? && @groups.empty?
= render 'shared/groups/empty_state'
- else