mirror of
https://github.com/documize/community.git
synced 2025-08-09 07:25:23 +02:00
document has back button to return to folder
This commit is contained in:
parent
fd494b53c8
commit
db23dc8191
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
<div class="actions pull-right hidden-xs hidden-sm">
|
<div class="actions pull-right hidden-xs hidden-sm">
|
||||||
|
|
||||||
|
{{#link-to 'folders.folder' folder.id folder.slug}}
|
||||||
|
<div class="regular-button button-blue" id="add-section-button">
|
||||||
|
<i class="material-icons">arrow_back</i>
|
||||||
|
<div class="name">back</div>
|
||||||
|
</div>
|
||||||
|
{{/link-to}}
|
||||||
|
|
||||||
{{#if isEditor}}
|
{{#if isEditor}}
|
||||||
<div class="button-gap"></div>
|
<div class="button-gap"></div>
|
||||||
<div class="square-button button-gray" id="attachment-button" data-tooltip="Attach file" data-tooltip-position="top center">
|
<div class="square-button button-gray" id="attachment-button" data-tooltip="Attach file" data-tooltip-position="top center">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue