mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-09 10:22:51 +03:00
Adds edit icon to each header in the page.
Towards #618 Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
@@ -132,6 +132,10 @@
|
||||
</div>
|
||||
|
||||
@include('pages/page-display')
|
||||
|
||||
@if(userCan('page-update', $page))
|
||||
<a href="{{ $page->getUrl('/edit') }}" class="text-primary text-button heading-edit-icon" style="display: none">@icon('edit')</a>
|
||||
@endif
|
||||
</div>
|
||||
|
||||
@if ($commentsEnabled)
|
||||
|
Reference in New Issue
Block a user