diff --git a/resources/views/tracks/show.blade.php b/resources/views/tracks/show.blade.php index 86dc2d2a..65636865 100644 --- a/resources/views/tracks/show.blade.php +++ b/resources/views/tracks/show.blade.php @@ -24,7 +24,7 @@ @section('metadata') - + @@ -40,7 +40,7 @@ - + @@ -53,9 +53,9 @@ -

Boooring!

+

{{ $track->title }}

- by: LogicDev + by: {{ $track->user->display_name }}