Skip to content
Snippets Groups Projects

Add frontend files for GitLab Pages Pipeline Wizard

Merged Janis Altherr requested to merge prepare-pages-for-pipeline-wizard into master
All threads resolved!
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -8,7 +8,7 @@ class MarkOnboardingComplete < Base
field :onboarding_complete,
Boolean,
null: false,
description: 'Indicates the new pages_onboarding_complete state of the project.'
description: 'Indicates the new onboarding_complete state of the project\'s Pages metadata.'
authorize :admin_project
Loading