diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index 76f8eeb4..2c976ff6 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -17,7 +17,7 @@
@if($note->client_name) via {{ $note->client_name }}@endif @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif@endif - @if($note->replies > 0) - {{ $note->replies }}@endif + @if($note->replies > 0)Replies: {{ $note->replies }}@endif @if($note->tweet_id)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'nb60id' => $note->nb60id])@endif @if ($note->latitude)