Update status component links to open in a new tab
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<div class="badge badge-warning "></div>
|
<div class="badge badge-warning "></div>
|
||||||
<div class="pl-2 pr-1 text-xs font-bold tracking-wider dark:text-warning" @if($lastDeploymentInfo) title="{{$lastDeploymentInfo}}" @endif>
|
<div class="pl-2 pr-1 text-xs font-bold tracking-wider dark:text-warning" @if($lastDeploymentInfo) title="{{$lastDeploymentInfo}}" @endif>
|
||||||
@if ($lastDeploymentLink)
|
@if ($lastDeploymentLink)
|
||||||
<a href="{{ $lastDeploymentLink }}" class="underline cursor-pointer">
|
<a href="{{ $lastDeploymentLink }}" target="_blank" class="underline cursor-pointer">
|
||||||
{{ str($status)->before(':')->headline() }}
|
{{ str($status)->before(':')->headline() }}
|
||||||
</a>
|
</a>
|
||||||
@else
|
@else
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<div class="badge badge-success "></div>
|
<div class="badge badge-success "></div>
|
||||||
<div class="pl-2 pr-1 text-xs font-bold tracking-wider text-success" @if($lastDeploymentInfo) title="{{$lastDeploymentInfo}}" @endif>
|
<div class="pl-2 pr-1 text-xs font-bold tracking-wider text-success" @if($lastDeploymentInfo) title="{{$lastDeploymentInfo}}" @endif>
|
||||||
@if ($lastDeploymentLink)
|
@if ($lastDeploymentLink)
|
||||||
<a href="{{ $lastDeploymentLink }}" class="underline cursor-pointer">
|
<a href="{{ $lastDeploymentLink }}" target="_blank" class="underline cursor-pointer">
|
||||||
{{ str($status)->before(':')->headline() }}
|
{{ str($status)->before(':')->headline() }}
|
||||||
</a>
|
</a>
|
||||||
@else
|
@else
|
||||||
|
|||||||
Reference in New Issue
Block a user