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

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

13 lines
312 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2020-07-28 23:09:34 +05:30
- page_title _("Groups")
- header_title _("Groups"), dashboard_groups_path
2019-02-15 15:39:39 +05:30
2021-04-17 20:07:23 +05:30
= render_dashboard_ultimate_trial(current_user)
2015-09-25 12:07:36 +05:30
= render 'dashboard/groups_head'
2018-03-17 18:26:18 +05:30
- if params[:filter].blank? && @groups.empty?
2021-01-29 00:20:46 +05:30
.empty-state
= render 'shared/groups/empty_state'
2016-11-03 12:29:30 +05:30
- else
2017-08-17 22:00:37 +05:30
= render 'groups'