mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
fixed bug with app boot
This commit is contained in:
parent
4de19dcbec
commit
ca783dd323
9 changed files with 2673 additions and 1141 deletions
|
@ -22,8 +22,8 @@
|
|||
|
||||
<div class="row no-gutters">
|
||||
<div class="col-12">
|
||||
<div class="text-center">
|
||||
<ul class="tabnav-control mt-5 mb-5">
|
||||
<div class="text-center mt-5 mb-5 non-printable">
|
||||
<ul class="tabnav-control">
|
||||
<li class="tab {{if (eq tab 'content') 'selected'}}" {{action 'onTabChange' 'content'}}>Content</li>
|
||||
<li class="tab {{if (eq tab 'attachment') 'selected'}}" {{action 'onTabChange' 'attachment'}}>Attachments</li>
|
||||
{{#if session.authenticated}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue