Commit ad9e65ad authored by kushalpandya's avatar kushalpandya

Add missing `container` class

parent 2d61967d
.row.blank-state-parent-container
.col-md-6.section-container
.section-body.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
.container.section-body.section-welcome{ class: "#{ 'section-admin-welcome' if current_user.admin? }" }
.blank-state.blank-state-welcome
%h2.blank-state-welcome-title
Welcome to GitLab
......@@ -12,5 +12,5 @@
= render "blank_state_welcome"
- if !current_license&.trial? && current_user.admin?
.col-md-6.section-container
.section-body.section-ee-trial
.container.section-body.section-ee-trial
= render "blank_state_ee_trial"
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