summaryrefslogtreecommitdiff
path: root/app/views/groups/dependency_proxies/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/dependency_proxies/show.html.haml')
-rw-r--r--app/views/groups/dependency_proxies/show.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/groups/dependency_proxies/show.html.haml b/app/views/groups/dependency_proxies/show.html.haml
index 2ecf92e0769..5cf4ff4bc26 100644
--- a/app/views/groups/dependency_proxies/show.html.haml
+++ b/app/views/groups/dependency_proxies/show.html.haml
@@ -24,5 +24,7 @@
= render 'groups/dependency_proxies/url'
- else
.gl-alert.gl-alert-info
- = sprite_icon('information-o', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
- = _('Dependency proxy feature is limited to public groups for now.')
+ .gl-alert-container
+ = sprite_icon('information-o', size: 16, css_class: 'gl-icon gl-alert-icon gl-alert-icon-no-title')
+ .gl-alert-content
+ = _('Dependency proxy feature is limited to public groups for now.')