Commit 77ee0171 authored by kushalpandya's avatar kushalpandya

Add standard user welcome page

parent 79cc50cf
.row.blank-state-parent-container
- if current_user.admin?
.col-md-6.section-container
.section-body.section-welcome
.col-md-6.section-container
.section-body.section-welcome
.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"
- unless current_license&.trial?
- else
= render "blank_state_welcome"
- if !current_license&.trial? && current_user.admin?
.col-md-6.section-container
.section-body.section-ee-trial
= render "blank_state_ee_trial"
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment