Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
70d02711
Commit
70d02711
authored
May 03, 2020
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use shorthand slot notation for component tags
parent
0d07b239
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
15 additions
and
15 deletions
+15
-15
app/assets/javascripts/monitoring/components/charts/anomaly.vue
...sets/javascripts/monitoring/components/charts/anomaly.vue
+1
-1
app/assets/javascripts/releases/components/asset_links_form.vue
...sets/javascripts/releases/components/asset_links_form.vue
+1
-1
app/assets/javascripts/sidebar/components/assignees/uncollapsed_assignee_list.vue
...idebar/components/assignees/uncollapsed_assignee_list.vue
+1
-1
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline_container.vue
...equest_widget/components/mr_widget_pipeline_container.vue
+1
-1
ee/app/assets/javascripts/design_management/components/design_destroyer.vue
...scripts/design_management/components/design_destroyer.vue
+1
-1
ee/app/assets/javascripts/design_management/components/design_notes/design_discussion.vue
..._management/components/design_notes/design_discussion.vue
+1
-1
ee/app/assets/javascripts/design_management/pages/design/index.vue
...sets/javascripts/design_management/pages/design/index.vue
+2
-2
ee/app/assets/javascripts/design_management/pages/index.vue
ee/app/assets/javascripts/design_management/pages/index.vue
+1
-1
ee/app/assets/javascripts/feature_flags/components/feature_flags.vue
...ts/javascripts/feature_flags/components/feature_flags.vue
+1
-1
ee/app/assets/javascripts/packages/list/components/packages_list.vue
...ts/javascripts/packages/list/components/packages_list.vue
+2
-2
ee/app/assets/javascripts/vue_merge_request_widget/components/blocking_merge_requests/blocking_merge_requests_report.vue
...locking_merge_requests/blocking_merge_requests_report.vue
+2
-2
ee/app/assets/javascripts/vue_merge_request_widget/components/merge_immediately_confirmation_dialog.vue
...dget/components/merge_immediately_confirmation_dialog.vue
+1
-1
No files found.
app/assets/javascripts/monitoring/components/charts/anomaly.vue
View file @
70d02711
...
...
@@ -209,7 +209,7 @@ export default {
:series-config=
"metricSeriesConfig"
>
<slot></slot>
<template
v-slot:tooltipC
ontent=
"slotProps"
>
<template
#tooltip-c
ontent
="
slotProps
"
>
<div
v-for=
"(content, seriesIndex) in slotProps.tooltip.content"
:key=
"seriesIndex"
...
...
app/assets/javascripts/releases/components/asset_links_form.vue
View file @
70d02711
...
...
@@ -162,7 +162,7 @@ export default {
:state=
"isNameValid(link)"
@
change=
"onLinkTitleInput(link.id, $event)"
/>
<
template
v-slot:
invalid-feedback
>
<
template
#
invalid-feedback
>
<span
v-if=
"hasEmptyName(link)"
class=
"invalid-feedback d-inline"
>
{{
__
(
'
Link title is required
'
)
}}
</span>
...
...
app/assets/javascripts/sidebar/components/assignees/uncollapsed_assignee_list.vue
View file @
70d02711
...
...
@@ -66,7 +66,7 @@ export default {
<
template
>
<assignee-avatar-link
v-if=
"hasOneUser"
v-slo
t=
"
{ user }"
#defaul
t
="
{ user }"
tooltip-placement="left"
:tooltip-has-name="false"
:user="firstUser"
...
...
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline_container.vue
View file @
70d02711
...
...
@@ -83,7 +83,7 @@ export default {
:source-branch-link=
"branchLink"
:troubleshooting-docs-path=
"mr.troubleshootingDocsPath"
/>
<template
v-slot:
footer
>
<template
#
footer
>
<div
v-if=
"mr.exposedArtifactsPath"
class=
"js-exposed-artifacts"
>
<artifacts-app
:endpoint=
"mr.exposedArtifactsPath"
/>
</div>
...
...
ee/app/assets/javascripts/design_management/components/design_destroyer.vue
View file @
70d02711
...
...
@@ -51,7 +51,7 @@ export default {
<
template
>
<apollo-mutation
v-slo
t=
"
{ mutate, loading, error }"
#defaul
t
="
{ mutate, loading, error }"
:mutation="$options.destroyDesignMutation"
:variables="{
filenames,
...
...
ee/app/assets/javascripts/design_management/components/design_notes/design_discussion.vue
View file @
70d02711
...
...
@@ -113,7 +113,7 @@ export default {
/>
<apollo-mutation
v-else
v-slo
t=
"
{ mutate, loading }"
#defaul
t
="
{ mutate, loading }"
:mutation="$options.createNoteMutation"
:variables="{
input: mutationPayload,
...
...
ee/app/assets/javascripts/design_management/pages/design/index.vue
View file @
70d02711
...
...
@@ -277,7 +277,7 @@ export default {
@
done=
"$router.push(
{ name: $options.DESIGNS_ROUTE_NAME })"
@error="onDesignDeleteError"
>
<template
v-slo
t=
"
{ mutate, loading }">
<template
#defaul
t
="
{ mutate, loading }">
<toolbar
:id=
"id"
:is-deleting=
"loading"
...
...
@@ -332,7 +332,7 @@ export default {
/>
<apollo-mutation
v-if=
"annotationCoordinates"
v-slo
t=
"
{ mutate, loading }"
#defaul
t
="
{ mutate, loading }"
:mutation="$options.createImageDiffNoteMutation"
:variables="{
input: mutationPayload,
...
...
ee/app/assets/javascripts/design_management/pages/index.vue
View file @
70d02711
...
...
@@ -272,7 +272,7 @@ export default {
>
{{
selectAllButtonText
}}
</gl-deprecated-button
>
<design-destroyer
v-slo
t=
"
{ mutate, loading }"
#defaul
t
="
{ mutate, loading }"
:filenames="selectedDesigns"
:project-path="projectPath"
:iid="issueIid"
...
...
ee/app/assets/javascripts/feature_flags/components/feature_flags.vue
View file @
70d02711
...
...
@@ -271,7 +271,7 @@ export default {
:title=
"emptyStateTitle"
:svg-path=
"errorStateSvgPath"
>
<template
v-slot:
description
>
<template
#
description
>
{{
s__
(
'
FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality.
'
,
...
...
ee/app/assets/javascripts/packages/list/components/packages_list.vue
View file @
70d02711
...
...
@@ -117,8 +117,8 @@ export default {
@
ok=
"deleteItemConfirmation"
@
cancel=
"deleteItemCanceled"
>
<template
v-slot:
modal-title
>
{{
modalAction
}}
</
template
>
<
template
v-slot:
modal-ok
>
{{
modalAction
}}
</
template
>
<template
#
modal-title
>
{{
modalAction
}}
</
template
>
<
template
#
modal-ok
>
{{
modalAction
}}
</
template
>
<p
v-html=
"deletePackageDescription"
></p>
</gl-modal>
</template>
...
...
ee/app/assets/javascripts/vue_merge_request_widget/components/blocking_merge_requests/blocking_merge_requests_report.vue
View file @
70d02711
...
...
@@ -103,7 +103,7 @@ export default {
issues-list-container-class=
"p-0"
issue-item-class=
"p-0"
>
<template
v-slot:
success
>
<template
#
success
>
{{
__
(
'
All merge request dependencies have been merged
'
)
}}
<span
class=
"text-secondary"
>
{{
...
...
@@ -113,7 +113,7 @@ export default {
}}
<
/span
>
<
/template
>
<
template
v
-
slot
:
error
>
<
template
#
error
>
<
span
v
-
html
=
"
blockedByText
"
><
/span
>
<
/template
>
<
/report-section
>
...
...
ee/app/assets/javascripts/vue_merge_request_widget/components/merge_immediately_confirmation_dialog.vue
View file @
70d02711
...
...
@@ -60,7 +60,7 @@ export default {
>
<p
v-html=
"bodyText"
></p>
<p>
{{
__
(
'
Are you sure you want to merge immediately?
'
)
}}
</p>
<template
v-slot:
modal-footer
>
<template
#
modal-footer
>
<gl-deprecated-button
ref=
"cancelButton"
@
click=
"cancel"
>
{{
__
(
'
Cancel
'
)
}}
</gl-deprecated-button>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment