OSDN Git Service

Merge branch 'patch-2' of https://github.com/zzet/gitlabhq into zzet-patch-2
[wvm/gitlab.git] / app / views / groups / show.html.haml
1 .dashboard
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     = render 'shared/event_filter'
10     - if @events.any?
11       .content_list
12     - else
13       %p.nothing_here_message Project activity will be displayed here
14     .loading.hide
15   .side.span4
16     - if @group.description.present?
17       .description-block
18         = @group.description
19     = render "projects", projects: @projects
20     .prepend-top-20
21       = link_to group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed" do
22         %strong
23           %i.icon-rss
24           News Feed
25
26     %hr
27     = render 'shared/promo'