debian-mirror-gitlab/app/views/explore/groups/index.html.haml
2018-03-17 18:26:18 +05:30

23 lines
762 B
Text

- @hide_top_links = true
- page_title "Groups"
- header_title "Groups", dashboard_groups_path
- if current_user
= render 'dashboard/groups_head'
- else
= render 'explore/head'
= render 'nav'
- if cookies[:explore_groups_landing_dismissed] != 'true'
.explore-groups.landing.content-block.js-explore-groups-landing.hidden
%button.dismiss-button{ type: 'button', 'aria-label' => 'Dismiss' }= icon('times')
.svg-container
= custom_icon('icon_explore_groups_splash')
.inner-content
%p Below you will find all the groups that are public.
%p You can easily contribute to them by requesting to join these groups.
- if params[:filter].blank? && @groups.empty?
.nothing-here-block No public groups
- else
= render 'groups'