mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Restore shares navigation
This commit is contained in:
@@ -8,6 +8,18 @@
|
||||
{{allNotesTxt}}
|
||||
</a>
|
||||
</li>
|
||||
<li id="shared-folder" class="collapsible open">
|
||||
<button class="collapse"></button>
|
||||
<a href="#" class="icon-share svg">{{t "quicknotes" "Shares" }}</a>
|
||||
<ul>
|
||||
<li id="shared-by-you">
|
||||
<a href="#" class="icon-share svg">{{t "quicknotes" "Shared with others" }}</a>
|
||||
</li>
|
||||
<li id="shared-with-you">
|
||||
<a href="#" class="icon-share svg">{{t "quicknotes" "Shared with you" }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="colors-folder" class="collapsible open">
|
||||
<button class="collapse"></button>
|
||||
<a href="#" class="icon-search svg">{{colorsTxt}}</a>
|
||||
|
||||
Reference in New Issue
Block a user