diff --git a/resources/assets/sass/_helpers.scss b/resources/assets/sass/_helpers.scss index 184bf4c..f84a1af 100644 --- a/resources/assets/sass/_helpers.scss +++ b/resources/assets/sass/_helpers.scss @@ -42,3 +42,7 @@ .box-shadow { box-shadow: 0 2px 3px rgba(black, .3); } + +.small2 { + font-size: 70%; +} diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index c4a051c..a84f931 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -15,3 +15,7 @@ html { @import "bootstrap-customizations/navbar"; @import "bootstrap-customizations/footer"; @import "bootstrap-customizations/help"; + +a.link-no-color { + color: unset; +} diff --git a/resources/views/table/view.blade.php b/resources/views/table/view.blade.php index ff7ff77..b7d914b 100644 --- a/resources/views/table/view.blade.php +++ b/resources/views/table/view.blade.php @@ -7,8 +7,16 @@ @endphp @section('content') -
-

{{ $table->title }}

+
+

+ + {{ $table->owner->handle }}{{-- + --}}/{{-- + --}}{{ $table->name }} + + + {{ $table->title }} +

@@ -31,6 +39,15 @@ + + + + +
Author + + {{ $table->owner->handle }} + +
License {{ $table->license ?: 'CC0' }}