|
@@ -255,7 +255,7 @@
|
|
</a>
|
|
</a>
|
|
<?php
|
|
<?php
|
|
if(file_exists(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'))) {
|
|
if(file_exists(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'))) {
|
|
- echo '<span class="position-relative d-none if-edit ml-3">' .
|
|
|
|
|
|
+ echo '<span class="position-relative d-none if-edit ml-3 pl-3 border-left">' .
|
|
'<a href="#" class="note-templates-trigger">Templates</a>';
|
|
'<a href="#" class="note-templates-trigger">Templates</a>';
|
|
renderNoteTemplates(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'));
|
|
renderNoteTemplates(storage_path('sections/'.$section->sectionTemplate->internal_name.'/templates.json'));
|
|
echo '</span>';
|
|
echo '</span>';
|