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
99e6b2d6
Commit
99e6b2d6
authored
Aug 17, 2020
by
Jose Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace append-bottom-20 in snippets/
parent
304eb13b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/snippets/components/edit.vue
app/assets/javascripts/snippets/components/edit.vue
+1
-1
app/assets/javascripts/snippets/components/show.vue
app/assets/javascripts/snippets/components/show.vue
+1
-1
app/assets/javascripts/snippets/components/snippet_blob_edit.vue
...ets/javascripts/snippets/components/snippet_blob_edit.vue
+1
-1
No files found.
app/assets/javascripts/snippets/components/edit.vue
View file @
99e6b2d6
...
...
@@ -245,7 +245,7 @@ export default {
v-if=
"isLoading"
:label=
"__('Loading snippet')"
size=
"lg"
class=
"loading-animation prepend-top-20
append-bottom-20
"
class=
"loading-animation prepend-top-20
gl-mb-6
"
/>
<template
v-else
>
<title-field
...
...
app/assets/javascripts/snippets/components/show.vue
View file @
99e6b2d6
...
...
@@ -40,7 +40,7 @@ export default {
v-if=
"isLoading"
:label=
"__('Loading snippet')"
size=
"lg"
class=
"loading-animation prepend-top-20
append-bottom-20
"
class=
"loading-animation prepend-top-20
gl-mb-6
"
/>
<template
v-else
>
<snippet-header
:snippet=
"snippet"
/>
...
...
app/assets/javascripts/snippets/components/snippet_blob_edit.vue
View file @
99e6b2d6
...
...
@@ -101,7 +101,7 @@ export default {
v-if=
"isContentLoading"
:label=
"__('Loading snippet')"
size=
"lg"
class=
"loading-animation prepend-top-20
append-bottom-20
"
class=
"loading-animation prepend-top-20
gl-mb-6
"
/>
<blob-content-edit
v-else
v-model=
"content"
:file-global-id=
"id"
:file-name=
"filePath"
/>
</div>
...
...
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