File: _zero_authorized_projects.html.haml

package info (click to toggle)
gitlab 17.6.5-19
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 629,368 kB
  • sloc: ruby: 1,915,304; javascript: 557,307; sql: 60,639; xml: 6,509; sh: 4,567; makefile: 1,239; python: 406
file content (11 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
.dashboard-projects.gl-mx-auto
  = render_if_exists 'dashboard/projects/joining_a_project_alert'

  %h1.page-title.gl-text-size-h-display.gl-text-center.gl-mt-11{ data: { testid: 'welcome-title-content' } }
    = safe_format(_('Welcome to GitLab, %{name}!'), name: current_user.first_name)
  %p.gl-text-center.gl-mb-7= _('Ready to get started with GitLab? Follow these steps to get familiar with us:')

  - if current_user.admin?
    = render "blank_state_admin_welcome"
  - else
    = render "blank_state_welcome"