2016-01-13 10:26:40 -05:00
|
|
|
- @no_container = true
|
2017-07-12 04:16:32 -04:00
|
|
|
- breadcrumb_title "Group"
|
2016-01-13 10:26:40 -05:00
|
|
|
|
2015-04-21 10:31:40 -04:00
|
|
|
= content_for :meta_tags do
|
2017-02-28 15:50:57 -05:00
|
|
|
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2017-02-22 17:42:11 -05:00
|
|
|
= render 'groups/head'
|
2017-05-20 15:27:35 -04:00
|
|
|
= render 'groups/home_panel'
|
2015-12-22 10:37:29 -05:00
|
|
|
|
2016-12-23 04:37:12 -05:00
|
|
|
.groups-header{ class: container_class }
|
2016-03-20 16:03:53 -04:00
|
|
|
.top-area
|
2017-01-24 10:32:34 -05:00
|
|
|
= render 'groups/show_nav'
|
2016-03-20 16:03:53 -04:00
|
|
|
.nav-controls
|
2017-03-03 05:13:03 -05:00
|
|
|
= render 'shared/projects/search_form'
|
2016-03-20 16:03:53 -04:00
|
|
|
= render 'shared/projects/dropdown'
|
|
|
|
- if can? current_user, :create_projects, @group
|
|
|
|
= link_to new_project_path(namespace_id: @group.id), class: 'btn btn-new pull-right' do
|
|
|
|
New Project
|
|
|
|
|
2017-01-24 10:32:34 -05:00
|
|
|
= render "projects", projects: @projects
|