diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index f147ec65..60db7d8c 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,8 +16,8 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($note->placeLink)in {{ $note->address }} - @elseif($note->address)in {!! $note->address !!}@endif + @if($note->placeLink)in {{ $note->address }} + @elseif($note->address)in {!! $note->address !!}@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->placeLink) diff --git a/resources/views/templates/social-links.blade.php b/resources/views/templates/social-links.blade.php index b7852ca1..afc87d4f 100644 --- a/resources/views/templates/social-links.blade.php +++ b/resources/views/templates/social-links.blade.php @@ -6,26 +6,20 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + +