gitlab-ce/app/views/groups/_more_actions_dropdown.html...

11 lines
389 B
Plaintext

- dropdown_data = groups_projects_more_actions_dropdown_data(source)
- if dropdown_data[:is_group] && can?(current_user, :read_group, @group)
- id = @group.id
%span.gl-sr-only{ itemprop: 'identifier', data: { testid: 'group-id-content' } }
= s_('GroupPage|Group ID: %{id}') % { id: id }
- if id || current_user
.js-groups-projects-more-actions-dropdown{ data: dropdown_data }