mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
Change position of new space content dropdown
This commit is contained in:
parent
3903e58367
commit
21ba55a58f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{#if permissions.documentAdd}}
|
||||
<div class="btn-group" role="group">
|
||||
<button id="btnGroupDocument" type="button" class="btn btn-success font-weight-bold dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">+ CONTENT</button>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="btnGroupDocument">
|
||||
<div class="dropdown-menu" aria-labelledby="btnGroupDocument">
|
||||
<a class="dropdown-item" href="#" {{action 'onShowEmptyDocModal'}}>Blank canvas</a>
|
||||
{{#if hasTemplates}}
|
||||
<a class="dropdown-item" href="#" {{action 'onShowTemplateDocModal'}}>From template</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue