gitlab-org--gitlab-foss/app/views/groups/show.html.haml

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-04-06 12:10:24 +00:00
.dashboard
.activities.col-md-8.hidden-sm
- if current_user
= render "events/event_last_push", event: @last_push
= link_to dashboard_path, class: 'btn btn-tiny' do
← To dashboard
 
2013-01-18 19:02:48 +00:00
%span.cgray You will only see events from projects in this group
2012-10-03 10:42:17 +00:00
%hr
= render 'shared/event_filter'
- if @events.any?
.content_list
2012-10-02 17:42:15 +00:00
- else
.nothing-here-block Project activity will be displayed here
= spinner
.side.col-md-4
.light-well.append-bottom-20
= image_tag group_icon(@group.path), class: "avatar s90"
.clearfix.light
%h3.page-title
= @group.name
- if @group.description.present?
%p= @group.description
= render "projects", projects: @projects
- if current_user
.prepend-top-20
= link_to group_path(@group, { format: :atom, private_token: current_user.private_token }), title: "Feed" do
%strong
%i.icon-rss
News Feed
2012-10-02 17:42:15 +00:00
%hr
2013-04-19 15:09:14 +00:00
= render 'shared/promo'