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

project.html.haml « ci « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0c0861669d5f434c40e3f2a937308f10d75207b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
!!! 5
%html{ lang: "en"}
  = render 'layouts/ci/head'
  %body{ :'data-page' => body_data_page }
    = render 'layouts/ci/nav'
    = render 'layouts/ci/info'
    .container
      %h3.project-title
        = @project.name
        - if @project.public
          %small
            %i.fa-globe
            Public

        .pull-right
          = link_to 'View on GitLab', @project.gitlab_url, no_turbolink.merge( class: 'btn btn-sm' )
    %hr
    .container
      - if current_user && current_user.can_manage_project?(@project.gitlab_id)
        .row
          .col-md-2.append-bottom-20
            = render 'layouts/ci/nav_project'
          .col-md-10
            = yield
      - else
        = yield