6 lines
333 B
PHP
6 lines
333 B
PHP
<small class="flex-grow-1" style="font-size: 120%;" id="table-id">
|
|
<a href="{{ route('profile.view', $table->owner->name) }}" class="link-no-color">{{ $table->owner->handle }}</a>{{--
|
|
--}}<span class="px-1">/</span>{{--
|
|
--}}<b><a href="{{ $table->viewRoute }}" class="link-no-color">{{ $table->name }}</a></b>
|
|
</small>
|