1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Removed old ng tags, Fixed header spacing

Also prevent pointer error on custom home page
This commit is contained in:
Dan Brown
2018-05-28 10:33:38 +01:00
parent f399e60910
commit d886c6a32e
31 changed files with 33 additions and 29 deletions

View File

@ -1,4 +1,4 @@
<div page-comments page-id="{{ $page->id }}" ng-non-bindable class="comments-list">
<div page-comments page-id="{{ $page->id }}" class="comments-list">
<h5 comments-title class="float left">{{ trans_choice('entities.comment_count', count($page->comments), ['count' => count($page->comments)]) }}</h5>
<div class="comment-container" comment-container>