Pusta ikonka przy wpisach bez ustawionej ikonki. #22

Merged
krzysiej merged 1 commits from issue-21 into master 2018-04-22 18:46:11 +02:00

View File

@@ -57,7 +57,7 @@
</div>
<div class="content">
<a href="/edit/{{ $note->id }}/{{ $note->topic_slug?$note->topic_slug:str_limit($note->text, 30, '...') }}"><span
class="icon {{ $note->icon }} "
class="icon @if($note->icon){{ $note->icon }} @else empty @endif "
title="{{ $note->icon }}"></span>{{ $note->topic?$note->topic:str_limit($note->text, 30, '...') }}
</a>
</div>