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
114b2a71
Commit
114b2a71
authored
Apr 23, 2020
by
derek-knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Toolbar use to PublishToolbar
parent
4949b735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/static_site_editor/components/static_site_editor.vue
...ipts/static_site_editor/components/static_site_editor.vue
+3
-3
No files found.
app/assets/javascripts/static_site_editor/components/static_site_editor.vue
View file @
114b2a71
...
...
@@ -5,7 +5,7 @@ import { GlSkeletonLoader } from '@gitlab/ui';
import
EditArea
from
'
./edit_area.vue
'
;
import
EditHeader
from
'
./edit_header.vue
'
;
import
SavedChangesMessage
from
'
./saved_changes_message.vue
'
;
import
Toolbar
from
'
./publish_toolbar.vue
'
;
import
Publish
Toolbar
from
'
./publish_toolbar.vue
'
;
import
InvalidContentMessage
from
'
./invalid_content_message.vue
'
;
import
SubmitChangesError
from
'
./submit_changes_error.vue
'
;
...
...
@@ -16,7 +16,7 @@ export default {
InvalidContentMessage
,
GlSkeletonLoader
,
SavedChangesMessage
,
Toolbar
,
Publish
Toolbar
,
SubmitChangesError
,
},
computed
:
{
...
...
@@ -80,7 +80,7 @@ export default {
:value=
"content"
@
input=
"setContent"
/>
<toolbar
<
publish-
toolbar
:return-url=
"returnUrl"
:saveable=
"contentChanged"
:saving-changes=
"isSavingChanges"
...
...
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