From 36a7c7ca9a873bf982f199ebf50b1f9a67197fdb Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Fri, 21 Oct 2016 17:01:04 +0100 Subject: [PATCH] Better location markup --- resources/views/templates/note.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index 94cbf367..6ba46589 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,7 +16,7 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@endif + @if($note->address)in @if($note->placeLink)@endif{{ $note->address }}@if($note->placeLink)@endif ({{ $note->latitude }}, {{ $note->longitude }})@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)