{{-- --}} {{ HTML::style( 'css/app-embed.css?' . filemtime(path('public').'/css/app.css') ) }} {{ Asset::styles() }}
@if($track->explicit && !(Auth::check() && Auth::user()->can_see_explicit_content))
Enable explicit content in {{ HTML::link(URL::to_action('account@edit'), 'your account', ['target' => '_blank']) }} to play this track.
Hosted by Pony.fm
@else
{{ HTML::image($track->get_cover_url('normal')) }}
@if (Auth::check()) @endif
{{ HTML::link( $track->url, $track->title, ['target' => '_blank'] ) }} by: {{ HTML::link($track->user->url, $track->artist, ['target' => '_blank']) }} / {{ HTML::link($track->genre->url, $track->genre->title, ['target' => '_blank']) }} / {{ HTML::timestamp($track->published_at) }}
Views: {{ $track->views }} / Plays: {{ $track->plays }} / Downloads: {{ $track->downloads }} / Hosted by Pony.fm
@endif
{{ Asset::scripts() }}