2016-01-19 16:12:03 +05:30
|
|
|
- @no_container = true
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
= content_for :meta_tags do
|
2017-08-17 22:00:37 +05:30
|
|
|
= auto_discovery_link_tag(:atom, group_url(@group, rss_url_options), title: "#{@group.name} activity")
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'groups/head'
|
|
|
|
= render 'groups/home_panel'
|
2016-06-02 11:05:42 +05:30
|
|
|
|
2016-08-24 12:49:21 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
.groups-header{ class: container_class }
|
2016-06-02 11:05:42 +05:30
|
|
|
.top-area
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'groups/show_nav'
|
2016-06-02 11:05:42 +05:30
|
|
|
.nav-controls
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'shared/projects/search_form'
|
2016-06-02 11:05:42 +05:30
|
|
|
= 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-08-17 22:00:37 +05:30
|
|
|
= render "projects", projects: @projects
|