gitlab-org--gitlab-foss/app/views/groups/show.html.haml

28 lines
822 B
Plaintext

.dashboard
.activities.col-md-8
= render "events/event_last_push", event: @last_push
= link_to dashboard_path, class: 'btn btn-tiny' do
← To dashboard
 
%span.cgray You will only see events from projects in this group
%hr
= render 'shared/event_filter'
- if @events.any?
.content_list
- else
%p.nothing_here_message Project activity will be displayed here
.loading.gl-hide
.side.col-md-4
- if @group.description.present?
.description-block
= @group.description
= render "projects", projects: @projects
.prepend-top-20
= link_to group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed" do
%strong
%i.icon-rss
News Feed
%hr
= render 'shared/promo'