]> BookStack Code Mirror - bookstack/blob - resources/views/entities/watch-action.blade.php
Notifications: Extracted watch options, updated UI further
[bookstack] / resources / views / entities / watch-action.blade.php
1 <form action="{{ $entity->getUrl('/') }}" method="GET">
2     {{ csrf_field() }}
3     <input type="hidden" name="type" value="{{ get_class($entity) }}">
4     <input type="hidden" name="id" value="{{ $entity->id }}">
5     <button type="submit" data-shortcut="favourite" class="icon-list-item text-link">
6         <span>@icon('watch')</span>
7         <span>{{ trans('entities.watch') }}</span>
8     </button>
9 </form>