OSDN Git Service

Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces
[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 very_small' do
5       ← To dashboard
6      
7     %span.cgray Events and projects are filtered in scope of group
8     %hr
9     = render 'shared/no_ssh'
10     - if @events.any?
11       .content_list= render @events
12     - else
13       %p.nothing_here_message Projects activity will be displayed here
14     .loading.hide
15   .side
16     = render "projects", projects: @projects
17     %div
18       %span.rss-icon
19         = link_to dashboard_path(:atom, { private_token: current_user.private_token }) do
20           = image_tag "rss_ui.png", title: "feed"
21           %strong News Feed
22
23     %hr
24     .gitlab-promo
25       = link_to "Homepage", "http://gitlabhq.com"
26       = link_to "Blog", "http://blog.gitlabhq.com"
27       = link_to "@gitlabhq", "https://twitter.com/gitlabhq"
28
29 :javascript
30   $(function(){ Pager.init(20); });