mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
parent
62c3cd03ad
commit
14f313a836
25 changed files with 499 additions and 358 deletions
2
gui/app/templates/components/layout/container.hbs
Normal file
2
gui/app/templates/components/layout/container.hbs
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{yield}}
|
||||
|
2
gui/app/templates/components/layout/grid/container.hbs
Normal file
2
gui/app/templates/components/layout/grid/container.hbs
Normal file
|
@ -0,0 +1,2 @@
|
|||
{{yield}}
|
||||
|
1
gui/app/templates/components/layout/grid/content.hbs
Normal file
1
gui/app/templates/components/layout/grid/content.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{yield}}
|
1
gui/app/templates/components/layout/grid/sidebar.hbs
Normal file
1
gui/app/templates/components/layout/grid/sidebar.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{yield}}
|
|
@ -1,4 +0,0 @@
|
|||
<div class="master-content">
|
||||
{{yield}}
|
||||
</div>
|
||||
<Ui::UiSpacer @size=300 />
|
|
@ -101,7 +101,7 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
<div class="divider"></div>
|
||||
<a class={{if hasWhatsNew "item bold green" "item"}} href="#" {{action "onNew"}}>What's New</a>
|
||||
<a class={{if hasWhatsNew "item bold red" "item"}} href="#" {{action "onNew"}}>What's New</a>
|
||||
<a href="https://docs.documize.com" target="_blank" class="item">Help</a>
|
||||
{{#if enableLogout}}
|
||||
<div class="divider"></div>
|
||||
|
@ -112,10 +112,8 @@
|
|||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#link-to "auth.login" class="login"}}
|
||||
<i class={{concat "dicon " constants.Icon.Unlocked}}>
|
||||
{{#attach-tooltip showDelay=1000}}Login{{/attach-tooltip}}
|
||||
</i>
|
||||
{{#link-to "auth.login" class="option"}}
|
||||
{{constants.Label.Login}}
|
||||
{{/link-to}}
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
@ -3,4 +3,3 @@
|
|||
{{yield}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue