2018-11-18 11:00:15 +05:30
|
|
|
- add_to_breadcrumbs _("Groups"), admin_groups_path
|
2018-03-17 18:26:18 +05:30
|
|
|
- breadcrumb_title @group.name
|
2018-11-18 11:00:15 +05:30
|
|
|
- page_title @group.name, _("Groups")
|
2014-09-02 18:07:02 +05:30
|
|
|
%h3.page-title
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Group: %{group_name}') % { group_name: @group.full_name }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
= link_to admin_group_edit_path(@group), class: "btn float-right" do
|
2015-04-26 12:48:37 +05:30
|
|
|
%i.fa.fa-pencil-square-o
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Edit')
|
2014-09-02 18:07:02 +05:30
|
|
|
%hr
|
|
|
|
.row
|
|
|
|
.col-md-6
|
2018-11-08 19:23:39 +05:30
|
|
|
.card
|
|
|
|
.card-header
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Group info:')
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list
|
2014-09-02 18:07:02 +05:30
|
|
|
%li
|
2019-07-07 11:18:12 +05:30
|
|
|
.avatar-container.rect-avatar.s60
|
2018-03-17 18:26:18 +05:30
|
|
|
= group_icon(@group, class: "avatar s60")
|
2014-09-02 18:07:02 +05:30
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Name:')
|
2014-09-02 18:07:02 +05:30
|
|
|
%strong= @group.name
|
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Path:')
|
2014-09-02 18:07:02 +05:30
|
|
|
%strong
|
|
|
|
= @group.path
|
|
|
|
|
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Description:')
|
2014-09-02 18:07:02 +05:30
|
|
|
%strong
|
|
|
|
= @group.description
|
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Visibility level:')
|
2016-06-02 11:05:42 +05:30
|
|
|
%strong
|
|
|
|
= visibility_level_label(@group.visibility_level)
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Created on:')
|
2014-09-02 18:07:02 +05:30
|
|
|
%strong
|
2016-01-14 18:37:52 +05:30
|
|
|
= @group.created_at.to_s(:medium)
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2019-10-12 21:52:04 +05:30
|
|
|
%li
|
|
|
|
%span.light= _('ID:')
|
|
|
|
%strong
|
|
|
|
= @group.id
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
= render_if_exists 'admin/namespace_plan_info', namespace: @group
|
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
%li
|
2019-09-30 21:07:59 +05:30
|
|
|
= render 'shared/storage_counter_statistics', storage_size: @group.storage_size, storage_details: @group
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2016-09-29 09:46:39 +05:30
|
|
|
%li
|
2018-11-18 11:00:15 +05:30
|
|
|
%span.light= _('Group Git LFS status:')
|
2016-09-29 09:46:39 +05:30
|
|
|
%strong
|
|
|
|
= group_lfs_status(@group)
|
|
|
|
= link_to icon('question-circle'), help_page_path('workflow/lfs/manage_large_binaries_with_git_lfs')
|
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
= render_if_exists 'namespaces/shared_runner_status', namespace: @group
|
|
|
|
|
|
|
|
= render_if_exists 'ldap_group_links/ldap_group_links_show', group: @group
|
|
|
|
|
|
|
|
.card
|
|
|
|
.card-header
|
2018-12-13 13:39:08 +05:30
|
|
|
= _('Projects')
|
|
|
|
%span.badge.badge-pill
|
|
|
|
#{@group.projects.count}
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list
|
2014-09-02 18:07:02 +05:30
|
|
|
- @projects.each do |project|
|
|
|
|
%li
|
|
|
|
%strong
|
2018-03-27 19:54:05 +05:30
|
|
|
= link_to project.full_name, [:admin, project.namespace.becomes(Namespace), project]
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-pill
|
2017-08-17 22:00:37 +05:30
|
|
|
= storage_counter(project.statistics.storage_size)
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.float-right.light
|
2017-09-10 17:25:29 +05:30
|
|
|
%span.monospace= project.full_path + '.git'
|
2018-11-08 19:23:39 +05:30
|
|
|
.card-footer
|
2014-09-02 18:07:02 +05:30
|
|
|
= paginate @projects, param_name: 'projects_page', theme: 'gitlab'
|
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
- if @group.shared_projects.any?
|
2018-11-08 19:23:39 +05:30
|
|
|
.card
|
|
|
|
.card-header
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Projects shared with %{group_name}') % { group_name: @group.name }
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-pill
|
2016-06-02 11:05:42 +05:30
|
|
|
#{@group.shared_projects.count}
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list
|
2016-06-02 11:05:42 +05:30
|
|
|
- @group.shared_projects.sort_by(&:name).each do |project|
|
|
|
|
%li
|
|
|
|
%strong
|
2018-03-27 19:54:05 +05:30
|
|
|
= link_to project.full_name, [:admin, project.namespace.becomes(Namespace), project]
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-pill
|
2017-08-17 22:00:37 +05:30
|
|
|
= storage_counter(project.statistics.storage_size)
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.float-right.light
|
2017-09-10 17:25:29 +05:30
|
|
|
%span.monospace= project.full_path + '.git'
|
2016-06-02 11:05:42 +05:30
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
.col-md-6
|
2015-09-11 14:41:01 +05:30
|
|
|
- if can?(current_user, :admin_group_member, @group)
|
2018-11-08 19:23:39 +05:30
|
|
|
.card
|
|
|
|
.card-header
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Add user(s) to the group:')
|
2018-11-08 19:23:39 +05:30
|
|
|
.card-body.form-holder
|
2015-09-11 14:41:01 +05:30
|
|
|
%p.light
|
2019-02-15 15:39:39 +05:30
|
|
|
- link_to_help = link_to(_("here"), help_page_path("user/permissions"))
|
2018-11-18 11:00:15 +05:30
|
|
|
= _('Read more about project permissions <strong>%{link_to_help}</strong>').html_safe % { link_to_help: link_to_help }
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2019-03-02 22:35:43 +05:30
|
|
|
= form_tag admin_group_members_update_path(@group), id: "new_project_member", class: "bulk_import", method: :put do
|
2015-09-11 14:41:01 +05:30
|
|
|
%div
|
2018-11-08 19:23:39 +05:30
|
|
|
= users_select_tag(:user_ids, multiple: true, email_user: true, skip_ldap: @group.ldap_synced?, scope: :all)
|
2017-08-17 22:00:37 +05:30
|
|
|
.prepend-top-10
|
2015-09-11 14:41:01 +05:30
|
|
|
= select_tag :access_level, options_for_select(GroupMember.access_level_roles), class: "project-access-select select2"
|
|
|
|
%hr
|
2018-12-05 23:21:45 +05:30
|
|
|
= button_tag _('Add users to group'), class: "btn btn-success"
|
2017-09-10 17:25:29 +05:30
|
|
|
= render 'shared/members/requests', membership_source: @group, requesters: @requesters, force_mobile_view: true
|
2016-08-24 12:49:21 +05:30
|
|
|
|
2018-11-08 19:23:39 +05:30
|
|
|
.card
|
|
|
|
.card-header
|
2018-11-18 11:00:15 +05:30
|
|
|
= _("<strong>%{group_name}</strong> group members").html_safe % { group_name: @group.name }
|
2018-11-08 19:23:39 +05:30
|
|
|
%span.badge.badge-pill= @group.members.size
|
|
|
|
.float-right
|
2018-12-13 13:39:08 +05:30
|
|
|
= link_to icon('pencil-square-o', text: _('Manage access')), group_group_members_path(@group), class: "btn btn-sm"
|
2018-11-08 19:23:39 +05:30
|
|
|
%ul.content-list.group-users-list.content-list.members-list
|
2016-08-24 12:49:21 +05:30
|
|
|
= render partial: 'shared/members/member', collection: @members, as: :member, locals: { show_controls: false }
|
2018-11-08 19:23:39 +05:30
|
|
|
.card-footer
|
2014-09-02 18:07:02 +05:30
|
|
|
= paginate @members, param_name: 'members_page', theme: 'gitlab'
|