1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Make Login action more prominent

Closes #247
This commit is contained in:
Harvey Kandola 2019-05-20 15:21:33 +01:00
parent 62c3cd03ad
commit 14f313a836
25 changed files with 499 additions and 358 deletions

View file

@ -0,0 +1,2 @@
{{yield}}

View file

@ -0,0 +1,2 @@
{{yield}}

View file

@ -0,0 +1 @@
{{yield}}

View file

@ -0,0 +1 @@
{{yield}}

View file

@ -1,4 +0,0 @@
<div class="master-content">
{{yield}}
</div>
<Ui::UiSpacer @size=300 />

View file

@ -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>

View file

@ -3,4 +3,3 @@
{{yield}}
</div>
</div>