diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-03-18 11:38:58 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-03-18 11:38:58 +0000 |
commit | 341ea03c9d4cd56cbe5c2480e868d95ef265c4ac (patch) | |
tree | 7d1277e17f9490eb6a27b12bb43d02fd0e3f5ff5 | |
parent | 8bc2474553f302d4feb41cb55ffb90c5b72e94c3 (diff) | |
download | gitlab-ce-341ea03c9d4cd56cbe5c2480e868d95ef265c4ac.tar.gz |
Removes EE differences for clusters/_sidebar.html.haml
-rw-r--r-- | app/views/clusters/clusters/_sidebar.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/_sidebar.html.haml b/app/views/clusters/clusters/_sidebar.html.haml index 6e4415c21a9..60ccad5b943 100644 --- a/app/views/clusters/clusters/_sidebar.html.haml +++ b/app/views/clusters/clusters/_sidebar.html.haml @@ -4,3 +4,5 @@ = clusterable.sidebar_text %p = clusterable.learn_more_link + += render_if_exists 'clusters/multiple_clusters_message' |