Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_empty_state.html.haml « groups « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaba9697fea3fb9a9b3a8ccf4b34d8792a30f3c1 (plain)
1
2
3
4
5
6
7
8
.row.gl-align-items-center.gl-justify-content-center
  .order-md-2
    = custom_icon("icon_empty_groups")

  .text-content.order-md-1{ class: 'gl-m-0!' }
    %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.")