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

group.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bfbfeee7c4b4dc5d1c440a793f8eb706d4757c70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- page_title       @group.name
- page_description @group.description  unless page_description
- header_title     group_title(@group) unless header_title
- nav            "group"
- @left_sidebar = true

- content_for :page_specific_javascripts do
  - if current_user
    -# haml-lint:disable InlineJavaScript
    :javascript
      window.uploads_path = "#{group_uploads_path(@group)}";

= render template: "layouts/application"