Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/show.html.haml')
-rw-r--r--app/views/groups/show.html.haml22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/views/groups/show.html.haml b/app/views/groups/show.html.haml
deleted file mode 100644
index 8df9366ecbe..00000000000
--- a/app/views/groups/show.html.haml
+++ /dev/null
@@ -1,22 +0,0 @@
-.dashboard
- .header-with-avatar.clearfix
- = image_tag group_icon(@group), class: "avatar group-avatar s90"
- %h3
- = @group.name
- .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'
- .content_list
- = spinner
- %aside.side.col-md-4
- = render "projects", projects: @projects
- = link_to '#aside', class: 'show-aside' do
- %i.fa.fa-angle-left