Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
97
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
e07d4c43
Commit
e07d4c43
authored
1 year ago
by
Benoit Alessandroni
Browse files
Options
Downloads
Patches
Plain Diff
fix: usage of community instead of community.community (wtf)
parent
636c82b1
No related branches found
No related tags found
2 merge requests
!359
fix: usage of community instead of community.community (wtf)
,
!355
Issue 1091
Pipeline
#16451
passed with stages
Stage: build
Stage: test
in 7 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/views/partials/admin/page-admin-circles-create.pug
+9
-9
9 additions, 9 deletions
src/views/partials/admin/page-admin-circles-create.pug
with
9 additions
and
9 deletions
src/views/partials/admin/page-admin-circles-create.pug
+
9
−
9
View file @
e07d4c43
...
@@ -42,36 +42,36 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
...
@@ -42,36 +42,36 @@ div.segment.full.padding-large.sm-padding-xsmall.sm-padding-top-medium.whitespac
solid-form.form(
solid-form.form(
data-src=`${getComponent('circles').parameters.post}`
data-src=`${getComponent('circles').parameters.post}`
fields='name, subtitle, status,
community.
community, description, help'
fields='name, subtitle, status, community, description, help'
required-status
required-status
required-community
.community
required-community
required-name
required-name
required-subtitle=(required_subtitle ? "" : false)
required-subtitle=(required_subtitle ? "" : false)
loader-id=`loader-admin-${getComponent('circles').uniq}`
loader-id=`loader-admin-${getComponent('circles').uniq}`
class-status=`segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${status_class}`
class-status=`segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${status_class}`
class-community
.community
=`segment margin-bottom-medium half sm-full sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${community_class}`
class-community=`segment margin-bottom-medium half sm-full sm-padding-none text-small text-semibold text-uppercase text-color-heading whitespace-normal ${community_class}`
class-name='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-name='segment margin-bottom-medium half sm-full padding-right-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-subtitle='segment margin-bottom-medium half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-subtitle='segment margin-bottom-medium half sm-full padding-left-small sm-padding-none text-small text-semibold text-uppercase text-color-heading'
class-description='segment margin-bottom-xxsmall full text-small text-semibold text-uppercase text-color-heading'
class-description='segment margin-bottom-xxsmall full text-small text-semibold text-uppercase text-color-heading'
class-help='segment full text-small margin-bottom-medium padding-left-small'
class-help='segment full text-small margin-bottom-medium padding-left-small'
label-status=''
label-status=''
label-community
.community
=''
label-community=''
label-name=''
label-name=''
label-subtitle=''
label-subtitle=''
label-description=''
label-description=''
label-help=''
label-help=''
range-community
.community
='store://user.communities'
range-community='store://user.communities'
order-asc-community
.community
="community.name"
order-asc-community="community.name"
option-label-community
.community
="community.name"
option-label-community="community.name"
option-value-community
.community
="community"
option-value-community="community
.@id
"
widget-status='solid-form-dropdown-autocompletion-label'
widget-status='solid-form-dropdown-autocompletion-label'
enum-status=""
enum-status=""
value-status=(component.parameters.onlyPrivate ? "Private" : false)
value-status=(component.parameters.onlyPrivate ? "Private" : false)
widget-community
.community
='solid-form-dropdown-autocompletion-label'
widget-community='solid-form-dropdown-autocompletion-label'
widget-linebreak='solid-form-hidden'
widget-linebreak='solid-form-hidden'
widget-description='solid-form-richtext-label'
widget-description='solid-form-richtext-label'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment