Add the co-ordinates in data tags

This commit is contained in:
Jonny Barnes 2016-10-24 21:14:34 +01:00
parent 36c3fac33b
commit af13cb9464

View file

@ -16,7 +16,7 @@
</div>
<div class="note-metadata">
<a class="u-url" href="/notes/{{ $note->nb60id }}"><time class="dt-published" datetime="{{ $note->iso8601_time }}">{{ $note->human_time }}</time></a>@if($note->client_name) via <a class="client" href="{{ $note->client_id }}">{{ $note->client_name }}</a>@endif
@if($note->address)in <span class="h-adr">{!! $note->address !!}</span>@endif
@if($note->address)in <span class="h-adr">{!! $note->address !!}<data class="p-latitude" value="{{ $note->latitude }}"/><data class="p-longitude" value="{{ $note->longitude }}"/></span>@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)