Squashed commit of the following:
commit 7b73d1f1b677ac33e03f3dead77fcb4495372883 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Nov 3 23:37:00 2016 +0000 output of gulp compress commit 7acbd37c0941474d8981fe671c5865488711e726 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Nov 3 23:36:05 2016 +0000 Use an icon for replies commit a01cf13b3ad149cefff8eca3d328c60721b7cda0 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Nov 3 23:35:14 2016 +0000 Get gulp sass working with updated node commit d7b08067d2f0a85abd51b9e58eb3f86ba63d8c15 Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Nov 3 23:18:54 2016 +0000 We don’t need to fill the svg icons all the same colour
This commit is contained in:
parent
6fcbce92dd
commit
a546f90314
23 changed files with 116 additions and 141 deletions
|
@ -18,7 +18,7 @@
|
|||
<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->placeLink)in <span class="p-location h-card"><a class="p-name u-url" href="{{ $note->placeLink }}">{{ $note->address }}</a><data class="p-latitude" value="{{ $note->latitude }}"></data><data class="p-longitude" value="{{ $note->longitude }}"></data></span>
|
||||
@elseif($note->address)in <span class="p-location h-adr">{!! $note->address !!}<data class="p-latitude" value="{{ $note->latitude }}"></data><data class="p-longitude" value="{{ $note->longitude }}"></data></span>@endif
|
||||
@if($note->replies > 0)Replies: {{ $note->replies }}@endif
|
||||
@if($note->replies > 0) @include('templates.replies-icon'): {{ $note->replies }}@endif
|
||||
@if($note->tweet_id || $note->facebook_url)@include('templates.social-links', ['tweet_id' => $note->tweet_id, 'facebook_url' => $note->facebook_url])@endif
|
||||
@if ($note->placeLink)
|
||||
<div class="map" data-latitude="{{ $note->latitude }}" data-longitude="{{ $note->longitude }}"></div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue