2013-04-06 08:10:24 -04:00
|
|
|
.dashboard
|
2012-10-02 15:08:30 -04:00
|
|
|
.activities.span8
|
2012-10-22 16:37:50 -04:00
|
|
|
= render "events/event_last_push", event: @last_push
|
2013-01-29 15:29:21 -05:00
|
|
|
= link_to dashboard_path, class: 'btn btn-tiny' do
|
2012-10-03 06:42:17 -04:00
|
|
|
← To dashboard
|
|
|
|
|
2013-01-18 14:02:48 -05:00
|
|
|
%span.cgray You will only see events from projects in this group
|
2012-10-03 06:42:17 -04:00
|
|
|
%hr
|
2012-10-02 15:08:30 -04:00
|
|
|
- if @events.any?
|
2013-01-07 13:48:57 -05:00
|
|
|
.content_list
|
2012-10-02 13:42:15 -04:00
|
|
|
- else
|
2013-01-18 14:02:48 -05:00
|
|
|
%p.nothing_here_message Project activity will be displayed here
|
2012-10-02 15:08:30 -04:00
|
|
|
.loading.hide
|
2012-12-03 13:14:05 -05:00
|
|
|
.side.span4
|
2013-03-01 09:26:26 -05:00
|
|
|
- if @group.description.present?
|
2013-06-06 07:02:29 -04:00
|
|
|
.description-block
|
2013-03-01 09:26:26 -05:00
|
|
|
= @group.description
|
2012-10-02 15:08:30 -04:00
|
|
|
= render "projects", projects: @projects
|
2013-03-10 06:16:57 -04:00
|
|
|
.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
|
2012-10-02 13:42:15 -04:00
|
|
|
|
2012-10-02 15:08:30 -04:00
|
|
|
%hr
|
2013-04-19 11:09:14 -04:00
|
|
|
= render 'shared/promo'
|