Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,13 @@ class="sm:col-span-2"
<div class="mb-3">
<div class="text-md text-gray-500 dark:text-gray-400">
<div class="mb-2">

@if (config('app.editor'))
<a href="{{ $frame->editorHref() }}" class="text-blue-500 hover:underline">
<span class="wrap text-gray-900 dark:text-gray-300">{{ $frame->file() }}</span>
<span class="wrap">{{ $frame->file() }}</span><span class="font-mono text-xs">:{{ $frame->line() }}</span>
</a>
@else
<span class="wrap text-gray-900 dark:text-gray-300">{{ $frame->file() }}</span>
<span class="wrap text-gray-900 dark:text-gray-300">{{ $frame->file() }}</span><span class="font-mono text-xs">:{{ $frame->line() }}</span>
@endif

<span class="font-mono text-xs">:{{ $frame->line() }}</span>
</div>
</div>
</div>
Expand Down