forked from wallabag/wallabag
Remove the CoreBundle namespace
This commit is contained in:
@ -286,7 +286,7 @@
|
||||
</div>
|
||||
|
||||
<div class="input-field nav-panel-add-tag" style="display: none">
|
||||
{{ render(controller('Wallabag\\CoreBundle\\Controller\\TagController::addTagFormAction', {'id': entry.id})) }}
|
||||
{{ render(controller('Wallabag\\Controller\\TagController::addTagFormAction', {'id': entry.id})) }}
|
||||
</div>
|
||||
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user