2017-09-10 17:25:29 +05:30
|
|
|
- @hide_top_links = true
|
2015-09-25 12:07:36 +05:30
|
|
|
- page_title "Groups"
|
|
|
|
- header_title "Groups", dashboard_groups_path
|
|
|
|
|
|
|
|
- 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'
|
|
|
|
.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.
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2018-03-17 18:26:18 +05:30
|
|
|
- if params[:filter].blank? && @groups.empty?
|
2017-08-17 22:00:37 +05:30
|
|
|
.nothing-here-block No public groups
|
2018-03-17 18:26:18 +05:30
|
|
|
- else
|
|
|
|
= render 'groups'
|