Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html.haml « groups « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 985928305a2fa2f0feb9532324e3fc624bfd2fae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- @hide_top_links = true
- page_title "Groups"
- header_title  "Groups", dashboard_groups_path
= render 'dashboard/groups_head'

= content_for :above_breadcrumbs_content do
  = render_if_exists "shared/gold_trial_callout"

- if params[:filter].blank? && @groups.empty?
  = render 'shared/groups/empty_state'
- else
  = render 'groups'