From 1e4d4c0af259bd9694a08b6b57e7a15f46a3e399 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 24 Oct 2016 21:52:45 +0100 Subject: [PATCH] Use h-card for venues, h-adr for general geo info --- resources/views/templates/note.blade.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/views/templates/note.blade.php b/resources/views/templates/note.blade.php index 8014c1a6..f147ec65 100644 --- a/resources/views/templates/note.blade.php +++ b/resources/views/templates/note.blade.php @@ -16,7 +16,8 @@
@if($note->client_name) via {{ $note->client_name }}@endif - @if($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)