Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
70d4998b
Unverified
Commit
70d4998b
authored
Jan 21, 2024
by
NGPixel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor: fix linting error
parent
291fe262
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
MailTemplateEditorOverlay.vue
ux/src/components/MailTemplateEditorOverlay.vue
+3
-4
No files found.
ux/src/components/MailTemplateEditorOverlay.vue
View file @
70d4998b
<
template
lang=
"pug"
>
<
template
lang=
'pug'
>
q-layout(view='hHh lpR fFf', container)
q-header.card-header.q-px-md.q-py-sm
q-icon(name='img:/_assets/icons/fluent-template.svg', left, size='md')
span
{{
t
(
`admin.mail.templateEditor`
)
}}
span
{{
t
(
`admin.mail.templateEditor`
)
}}
q-space
q-btn.q-mr-sm(
flat
...
...
@@ -31,7 +31,6 @@ q-layout(view='hHh lpR fFf', container)
:label='t(`common.actions.save`)'
:aria-label='t(`common.actions.save`)'
icon='las la-check'
@click=''
:disabled='state.loading > 0'
)
q-page-container
...
...
@@ -40,7 +39,7 @@ q-layout(view='hHh lpR fFf', container)
//- MONACO EDITOR
//--------------------------------------------------------
.mail-template-editor
repl(:editor='Monaco' :store='store' :show
TsConfig='false' theme='dark' :autoResize='true' :ssr='false' :showCompileO
utput='false')
repl(:editor='Monaco' :store='store' :show
-ts-config='false' theme='dark' :auto-resize='true' :ssr='false' :show-compile-o
utput='false')
q-inner-loading(:showing='state.loading > 0')
q-spinner(color='accent', size='lg')
...
...
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