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

Added tags to page display and simplified editing flow

Tags now save with the page content data
This commit is contained in:
Dan Brown
2016-05-15 10:39:17 +01:00
parent 78564ec61d
commit 7932069535
6 changed files with 200 additions and 144 deletions

View File

@@ -14,9 +14,9 @@
<input type="hidden" name="_method" value="PUT">
@endif
@include('pages/form', ['model' => $page])
@include('pages/form-toolbox')
</form>
@include('pages/form-toolbox')
</div>
@include('partials/image-manager', ['imageType' => 'gallery', 'uploaded_to' => $page->id])