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: 6d2c5870e4367eb8f1cf6ea908dddf2d110f5bdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- page_title       @group.name
- page_description @group.description_html unless page_description
- header_title     group_title(@group)     unless header_title
- nav "group"
- display_subscription_banner!
- display_namespace_storage_limit_alert!
- @left_sidebar = true

- content_for :page_specific_javascripts do
  - if current_user
    = javascript_tag nonce: true do
      :plain
        window.uploads_path = "#{group_uploads_path(@group)}";

= render template: "layouts/application"