Skip to content

Commit

Permalink
Removed outer link. Fixes cachethq#3689
Browse files Browse the repository at this point in the history
  • Loading branch information
ojdon committed Jul 11, 2019
1 parent c191265 commit d3269a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions resources/views/partials/incidents.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
@if($incident->updates->isNotEmpty())
<div class="list-group">
@foreach($incident->updates as $update)
<a class="list-group-item incident-update-item" href="{{ $update->permalink }}">
<li class="list-group-item incident-update-item">

<i class="{{ $update->icon }}" title="{{ $update->human_status }}" data-toggle="tooltip"></i>
{!! $update->formatted_message !!}
<small>
Expand All @@ -42,9 +43,9 @@
data-timeago="{{ $update->timestamp_iso }}">
</abbr>
</small>
<span class="ion-ios-arrow-right pull-right"></span>
<a href="{{ $update->permalink }}" class="pull-right"><span class="ion-ios-arrow-right"></span></a>

</a>
</li>
@endforeach
</div>
@endif
Expand Down

0 comments on commit d3269a6

Please sign in to comment.