2012-10-02 21:08:30 +02:00
|
|
|
.projects
|
|
|
|
.activities.span8
|
2012-10-22 22:37:50 +02:00
|
|
|
= render "events/event_last_push", event: @last_push
|
2013-01-29 21:29:21 +01:00
|
|
|
= link_to dashboard_path, class: 'btn btn-tiny' do
|
2012-10-03 12:42:17 +02:00
|
|
|
← To dashboard
|
|
|
|
|
2013-01-18 20:02:48 +01:00
|
|
|
%span.cgray You will only see events from projects in this group
|
2012-10-03 12:42:17 +02:00
|
|
|
%hr
|
2012-10-02 21:08:30 +02:00
|
|
|
- if @events.any?
|
2013-01-07 19:48:57 +01:00
|
|
|
.content_list
|
2012-10-02 19:42:15 +02:00
|
|
|
- else
|
2013-01-18 20:02:48 +01:00
|
|
|
%p.nothing_here_message Project activity will be displayed here
|
2012-10-02 21:08:30 +02:00
|
|
|
.loading.hide
|
2012-12-03 19:14:05 +01:00
|
|
|
.side.span4
|
2012-10-02 21:08:30 +02:00
|
|
|
= render "projects", projects: @projects
|
|
|
|
%div
|
|
|
|
%span.rss-icon
|
|
|
|
= link_to dashboard_path(:atom, { private_token: current_user.private_token }) do
|
|
|
|
= image_tag "rss_ui.png", title: "feed"
|
|
|
|
%strong News Feed
|
2012-10-02 19:42:15 +02:00
|
|
|
|
2012-10-02 21:08:30 +02:00
|
|
|
%hr
|
|
|
|
.gitlab-promo
|
|
|
|
= link_to "Homepage", "http://gitlabhq.com"
|
|
|
|
= link_to "Blog", "http://blog.gitlabhq.com"
|
|
|
|
= link_to "@gitlabhq", "https://twitter.com/gitlabhq"
|
2012-10-02 19:42:15 +02:00
|
|
|
|
|
|
|
:javascript
|
2013-01-07 19:48:57 +01:00
|
|
|
$(function(){ Pager.init(20, true); });
|