Better markup for photos

This commit is contained in:
Jonny Barnes 2016-10-21 15:53:21 +01:00
parent 99231d8114
commit bfc592ab6f
6 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
{!! $note->note !!}
@if(count($note->photoURLs) > 0)
@foreach($note->photoURLs as $photoURL)
<img src="{{ $photoURL }}" alt="" class="note-photo">
<img src="{{ $photoURL }}" alt="" class="u-photo">
@endforeach
@endif
</div>