debian-mirror-gitlab/app/views/shared/groups/_empty_state.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
452 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
.row.gl-align-items-center.gl-justify-content-center
.order-md-2
2018-11-20 20:47:30 +05:30
= custom_icon("icon_empty_groups")
2018-03-17 18:26:18 +05:30
2021-01-29 00:20:46 +05:30
.text-content.order-md-1{ class: 'gl-m-0!' }
2018-03-17 18:26:18 +05:30
%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 members permissions and access to each project in the group.")