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
7740108b
Commit
7740108b
authored
Sep 16, 2020
by
derek-knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simple gitlab-ui class use update
parent
83912362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/assets/javascripts/static_site_editor/components/edit_drawer.vue
...javascripts/static_site_editor/components/edit_drawer.vue
+1
-1
No files found.
app/assets/javascripts/static_site_editor/components/edit_drawer.vue
View file @
7740108b
...
@@ -20,7 +20,7 @@ export default {
...
@@ -20,7 +20,7 @@ export default {
};
};
</
script
>
</
script
>
<
template
>
<
template
>
<gl-drawer
class=
"
pt-6
"
:open=
"isOpen"
@
close=
"$emit('close')"
>
<gl-drawer
class=
"
gl-pt-8
"
:open=
"isOpen"
@
close=
"$emit('close')"
>
<template
#header
>
{{
__
(
'
Page settings
'
)
}}
</
template
>
<template
#header
>
{{
__
(
'
Page settings
'
)
}}
</
template
>
<
template
>
<
template
>
<front-matter-controls
<front-matter-controls
...
...
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