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

_zero_authorized_projects.html.haml « projects « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 18a82feb1891593918bafb0de80f2ac68f09a0c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.blank-state-parent-container
  .section-container.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
    .container.section-body
      .row
        .blank-state-welcome
          %h2.blank-state-welcome-title
            Welcome to GitLab
          %p.blank-state-text
            Code, test, and deploy together
        - if current_user.admin?
          = render "blank_state_admin_welcome"
        - else
          = render "blank_state_welcome"