summaryrefslogtreecommitdiff
path: root/app/views/admin/dashboard/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/dashboard/index.html.haml')
-rw-r--r--app/views/admin/dashboard/index.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 2dbb804d537..58c65bdc8c7 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -9,6 +9,9 @@
dismissible: true.to_s } }
= notice[:message].html_safe
+- if Gitlab.ee? && display_upcoming_reconciliation_alert?
+ #js-qrtly-reconciliation-alert{ data: upcoming_reconciliation_hash }
+
- if @license.present?
.license-panel.gl-mt-5
= render_if_exists 'admin/licenses/summary'