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: 8933c5d7227c974029ccdba0a90ce977beb2c448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.blank-state-parent-container{ class: ('has-start-trial-container' if has_start_trial?) }
  .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
        .blank-state-row
          %div{ class: ('column-large' if has_start_trial?) }
            - if current_user.admin?
              = render "blank_state_admin_welcome"
            - else
              = render "blank_state_welcome"
          - if has_start_trial?
            .column-small
              = render_if_exists "blank_state_ee_trial"