debian-mirror-gitlab/app/views/explore/groups/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
843 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2018-11-18 11:00:15 +05:30
- page_title _("Groups")
- header_title _("Groups"), dashboard_groups_path
2015-09-25 12:07:36 +05:30
2021-04-17 20:07:23 +05:30
= render_dashboard_ultimate_trial(current_user)
2019-02-15 15:39:39 +05:30
2015-09-25 12:07:36 +05:30
- if current_user
= render 'dashboard/groups_head'
- else
= render 'explore/head'
2017-08-17 22:00:37 +05:30
= render 'nav'
2015-09-25 12:07:36 +05:30
2017-08-17 22:00:37 +05:30
- if cookies[:explore_groups_landing_dismissed] != 'true'
2018-11-08 19:23:39 +05:30
.explore-groups.landing.content-block.js-explore-groups-landing.hide
2020-10-24 23:57:45 +05:30
%button.dismiss-button{ type: 'button', 'aria-label' => _('Dismiss') }= sprite_icon('close')
2017-08-17 22:00:37 +05:30
.svg-container
= custom_icon('icon_explore_groups_splash')
.inner-content
2018-11-18 11:00:15 +05:30
%p= _("Below you will find all the groups that are public.")
%p= _("You can easily contribute to them by requesting to join these groups.")
2014-09-02 18:07:02 +05:30
2018-03-17 18:26:18 +05:30
- if params[:filter].blank? && @groups.empty?
2018-11-18 11:00:15 +05:30
.nothing-here-block= _("No public groups")
2018-03-17 18:26:18 +05:30
- else
= render 'groups'