improve public table listing

This commit is contained in:
2018-07-29 13:08:00 +02:00
parent e81ab50e8c
commit 550cf30654
11 changed files with 54 additions and 30 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<small class="flex-grow-1" style="font-size: 120%;">
<a href="{{route('profile.view', $table->owner->name)}}" class="link-no-color">{{ $table->owner->handle }}</a>{{--
--}}<span class="px-1">/</span>{{--
--}}{{ $table->name }}
--}}<b>{{ $table->name }}</b>
</small>
<h1 class="mx-3">{{ $table->title }}</h1>