File: index.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (18 lines) | stat: -rw-r--r-- 701 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- breadcrumb_title _("Groups")
- page_title    _("Explore groups")
- header_title  _("Groups"), dashboard_groups_path

= render_dashboard_ultimate_trial(current_user)

.page-title-holder.gl-flex.gl-align-items
  %div
    %h1.page-title.gl-text-size-h-display= page_title
    %p
      = _("Below you will find all the groups that are public or internal. Contribute by requesting to join a group.")
      #{link_to _('Learn more'), help_page_path('user/group/index.md', { anchor: 'view-groups' })}.
  .page-title-controls.gl-mt-4
    - if current_user&.can_create_group?
      = render Pajamas::ButtonComponent.new(href: new_group_path, variant: :confirm) do
        = _("New group")

= render 'groups'