33 lines
988 B
Plaintext
33 lines
988 B
Plaintext
.projects
|
|
.activities.span8
|
|
= 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
|
|
- if @events.any?
|
|
.content_list
|
|
- else
|
|
%p.nothing_here_message Project activity will be displayed here
|
|
.loading.hide
|
|
.side.span4
|
|
- if @group.description.present?
|
|
.description.well.light
|
|
= @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
|
|
.gitlab-promo
|
|
= link_to "Homepage", "http://gitlabhq.com"
|
|
= link_to "Blog", "http://blog.gitlabhq.com"
|
|
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
|
|
|
|
:javascript
|
|
$(function(){ Pager.init(20, true); });
|