OSDN Git Service

Merge pull request #2823 from hiroponz/switchable-branch-on-network-graph
[wvm/gitlab.git] / app / views / groups / show.html.haml
1 .projects
2   .activities.span8
3     = render "events/event_last_push", event: @last_push
4     = link_to dashboard_path, class: 'btn btn-tiny' do
5       ← To dashboard
6      
7     %span.cgray You will only see events from projects in this group
8     %hr
9     - if @events.any?
10       .content_list
11     - else
12       %p.nothing_here_message Project activity will be displayed here
13     .loading.hide
14   .side.span4
15     = render "projects", projects: @projects
16     %div
17       %span.rss-icon
18         = link_to dashboard_path(:atom, { private_token: current_user.private_token }) do
19           = image_tag "rss_ui.png", title: "feed"
20           %strong News Feed
21
22     %hr
23     .gitlab-promo
24       = link_to "Homepage", "http://gitlabhq.com"
25       = link_to "Blog", "http://blog.gitlabhq.com"
26       = link_to "@gitlabhq", "https://twitter.com/gitlabhq"
27
28 :javascript
29   $(function(){ Pager.init(20, true); });