Merge branch 'issue-21' of krzysiej/paper-pi into master

This commit was merged in pull request #22.
This commit is contained in:
2018-04-22 18:46:11 +02:00
committed by krzysiej

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>