1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Implement new toolbar for document view

This commit is contained in:
sauls8t 2018-12-19 19:23:17 +00:00
parent 93253be0f2
commit 329c43eba0
9 changed files with 59 additions and 50 deletions

View file

@ -72,9 +72,6 @@
<div class="document-heading">
<h1 class="name">{{document.name}}</h1>
<h2 class="desc">{{document.excerpt}}</h2>
{{#if document.template}}
<span class="bg-warning p-1 pr-2 pl-2">Template</span>&nbsp;&nbsp;
{{/if}}
</div>
</div>