summaryrefslogtreecommitdiff
path: root/app/views/dashboard/projects/_zero_authorized_projects.html.haml
blob: ad3fac6d164924399c07d136d4e87bd670e08069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.row.blank-state-parent-container
  .section-container.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
    .container.section-body
      .blank-state.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"