summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_empty_state.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/groups/_empty_state.html.haml')
-rw-r--r--app/views/shared/groups/_empty_state.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/shared/groups/_empty_state.html.haml b/app/views/shared/groups/_empty_state.html.haml
new file mode 100644
index 00000000000..13bb4baee3f
--- /dev/null
+++ b/app/views/shared/groups/_empty_state.html.haml
@@ -0,0 +1,7 @@
+.groups-empty-state
+ = custom_icon("icon_empty_groups")
+
+ .text-content
+ %h4= s_("GroupsEmptyState|A group is a collection of several projects.")
+ %p= s_("GroupsEmptyState|If you organize your projects under a group, it works like a folder.")
+ %p= s_("GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group.")