mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Merge pull request #3702 from ojdon/3689-url-markdown-fix
Removed outer link. Fixes #3689
This commit is contained in:
commit
cc85dc69c4
@ -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>
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user