mirror of
https://github.com/documize/community.git
synced 2025-08-02 03:55:24 +02:00
[WIP] Upgrade EmberJS -- lint pass!
This commit is contained in:
parent
c7808d0b5a
commit
adbd00bdd7
95 changed files with 645 additions and 645 deletions
|
@ -1,4 +1,4 @@
|
|||
{{#section/base-editor document=document folder=folder page=page busy=waiting tip="Concise name that describes the diagram" isDirty=(action 'isDirty') onCancel=(action 'onCancel') onAction=(action 'onAction')}}
|
||||
{{#section/base-editor document=document folder=folder page=page busy=waiting tip="Concise name that describes the diagram" isDirty=(action "isDirty") onCancel=(action "onCancel") onAction=(action "onAction")}}
|
||||
<div class="section-flowchart-diagram">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div class="text-center">
|
||||
<img src="{{page.body}}" />
|
||||
<img src={{page.body}}>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue