OSDN Git Service

Added back link. cleanup group show page
[wvm/gitlab.git] / app / views / groups / show.html.haml
1 .projects
2   .activities.span8
3     .back_link
4       = link_to dashboard_path do
5         ← To dashboard
6     = render 'shared/no_ssh'
7     - if @events.any?
8       .content_list= render @events
9     - else
10       %h4.nothing_here_message Projects activity will be displayed here
11     .loading.hide
12   .side
13     = render "events/event_last_push", event: @last_push
14     = render "projects", projects: @projects
15     %div
16       %span.rss-icon
17         = link_to dashboard_path(:atom, { private_token: current_user.private_token }) do
18           = image_tag "rss_ui.png", title: "feed"
19           %strong News Feed
20
21     %hr
22     .gitlab-promo
23       = link_to "Homepage", "http://gitlabhq.com"
24       = link_to "Blog", "http://blog.gitlabhq.com"
25       = link_to "@gitlabhq", "https://twitter.com/gitlabhq"
26
27 :javascript
28   $(function(){ Pager.init(20); });