debian-mirror-gitlab/app/views/groups/show.html.haml

23 lines
629 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.dashboard
2015-04-26 12:48:37 +05:30
.header-with-avatar.clearfix
= image_tag group_icon(@group), class: "avatar group-avatar s90"
%h3
2014-09-02 18:07:02 +05:30
= @group.name
2015-04-26 12:48:37 +05:30
.username
@#{@group.path}
- if @group.description.present?
.description
= escaped_autolink(@group.description)
%hr
.row
%section.activities.col-md-8
- if current_user
= render "events/event_last_push", event: @last_push
= render 'shared/event_filter'
2014-09-02 18:07:02 +05:30
.content_list
2015-04-26 12:48:37 +05:30
= spinner
%aside.side.col-md-4
= render "projects", projects: @projects
= link_to '#aside', class: 'show-aside' do
%i.fa.fa-angle-left