mirror of
https://github.com/documize/community.git
synced 2025-08-08 23:15:29 +02:00
title fix?
This commit is contained in:
parent
3b8301312b
commit
53405cc9ab
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
<i class="material-icons">apps</i>
|
||||
</div>
|
||||
{{else}}
|
||||
{{#link-to 'application' title=session.appMeta.title}}
|
||||
<div class="header-button">
|
||||
{{#link-to 'application'}}
|
||||
<div class="header-button" title=session.appMeta.title>
|
||||
<i class="material-icons">apps</i>
|
||||
</div>
|
||||
{{/link-to}}
|
||||
{{/if}}
|
||||
{{#link-to 'application' class="title"}}
|
||||
{{#link-to 'application'}}
|
||||
<div>{{session.appMeta.title}}</div>
|
||||
{{/link-to}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue