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
d22a0a38
Commit
d22a0a38
authored
Aug 04, 2020
by
sfang97
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Run prettier on vue file
parent
b499c54e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
app/assets/javascripts/badges/components/badge_form.vue
app/assets/javascripts/badges/components/badge_form.vue
+4
-2
No files found.
app/assets/javascripts/badges/components/badge_form.vue
View file @
d22a0a38
...
...
@@ -216,7 +216,10 @@ export default {
</p>
</div>
<div
v-if=
"isEditing"
class=
"row-content-block gl-display-flex gl-justify-content-space-between"
>
<div
v-if=
"isEditing"
class=
"row-content-block gl-display-flex gl-justify-content-space-between"
>
<button
class=
"btn btn-cancel"
type=
"button"
@
click=
"onCancel"
>
{{
__
(
'
Cancel
'
)
}}
</button>
<loading-button
:loading=
"isSaving"
...
...
@@ -224,7 +227,6 @@ export default {
type=
"submit"
container-class=
"btn btn-success gl-justify-content-end"
/>
</div>
<div
v-else
class=
"gl-display-flex gl-justify-content-end form-group"
>
<loading-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