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
f4614460
Commit
f4614460
authored
Jun 03, 2020
by
Rayana Verissimo
Committed by
Nathan Friend
Jun 03, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow-up from "Add "Type" field to asset links on "Edit Release" page
parent
aa96f452
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
app/assets/javascripts/releases/components/asset_links_form.vue
...sets/javascripts/releases/components/asset_links_form.vue
+5
-5
changelogs/unreleased/219391-follow-up-from-add-type-field-to-asset-links-on-edit-release-page.yml
...om-add-type-field-to-asset-links-on-edit-release-page.yml
+5
-0
No files found.
app/assets/javascripts/releases/components/asset_links_form.vue
View file @
f4614460
...
...
@@ -124,10 +124,10 @@ export default {
<div
v-for=
"(link, index) in release.assets.links"
:key=
"link.id"
class=
"row flex-column flex-sm-row align-items-stretch align-items-sm-start"
class=
"row flex-column flex-sm-row align-items-stretch align-items-sm-start
no-gutters
"
>
<gl-form-group
class=
"url-field form-group col"
class=
"url-field form-group col
pr-sm-2
"
:label=
"__('URL')"
:label-for=
"`asset-url-${index}`"
>
...
...
@@ -164,7 +164,7 @@ export default {
</gl-form-group>
<gl-form-group
class=
"link-title-field col"
class=
"link-title-field col
px-sm-2
"
:label=
"__('Link title')"
:label-for=
"`asset-link-name-${index}`"
>
...
...
@@ -186,7 +186,7 @@ export default {
<gl-form-group
v-if=
"glFeatures.releaseAssetLinkType"
class=
"link-type-field col-auto"
class=
"link-type-field col-auto
px-sm-2
"
:label=
"__('Type')"
:label-for=
"`asset-type-${index}`"
>
...
...
@@ -200,7 +200,7 @@ export default {
/>
</gl-form-group>
<div
class=
"mb-5 mb-sm-3 mt-sm-4 col col-sm-auto"
>
<div
class=
"mb-5 mb-sm-3 mt-sm-4 col col-sm-auto
pl-sm-2
"
>
<gl-button
v-gl-tooltip
class=
"remove-button w-100 form-control"
...
...
changelogs/unreleased/219391-follow-up-from-add-type-field-to-asset-links-on-edit-release-page.yml
0 → 100644
View file @
f4614460
---
title
:
Resolve spacing ux debt on Release assets form field
merge_request
:
33684
author
:
type
:
fixed
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