1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

include auth.scss file and redirect once on logout

This commit is contained in:
Harvey Kandola 2017-11-30 14:37:47 +00:00
parent 7188324714
commit e8785f5420
9 changed files with 19 additions and 18 deletions

View file

@ -3,7 +3,7 @@
<div class="container">
{{#toolbar/t-toolbar}}
{{#toolbar/t-links}}
{{#link-to "folders" class="link" tagName="li"}}SPACES{{/link-to}}
{{#link-to "folders" class="link" tagName="li"}}Spaces{{/link-to}}
{{#link-to "folder" model.folder.id model.folder.slug class="link" tagName="li"}}{{model.folder.name}}{{/link-to}}
{{/toolbar/t-links}}
{{/toolbar/t-toolbar}}