Take a screenshot of the bookmark
This commit is contained in:
parent
a5d3ba7829
commit
33cf91f6d5
10 changed files with 1854 additions and 1456 deletions
|
@ -20,6 +20,9 @@ Bookmarks «
|
|||
@isset($bookmark->content)
|
||||
<p>{{ $bookmark->content }}</p>
|
||||
@endisset
|
||||
@isset($bookmark->screenshot)
|
||||
<img src="/assets/img/bookmarks/{{ $bookmark->screenshot }}.png">
|
||||
@endisset
|
||||
@if($bookmark->tags_count > 0)
|
||||
<ul>
|
||||
@foreach($bookmark->tags as $tag)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue