Add a link icon to the individual bookmark

This commit is contained in:
Jonny Barnes 2017-10-10 16:11:13 +01:00
parent 13e6ff1d0f
commit aaf25c32b8

View file

@ -16,7 +16,7 @@ Bookmarks «
@empty($bookmark->name) @empty($bookmark->name)
{{ $bookmark->url }} {{ $bookmark->url }}
@endempty @endempty
</a> </a> &nbsp; <a href="/bookmarks/{{ $bookmark->id }}">🔗</a>
</div> </div>
@endforeach @endforeach
</div> </div>