Add note styles to the notes listed on the tagged page

This commit is contained in:
Jonny Barnes 2017-11-09 11:29:46 +00:00
parent 6e76401270
commit aa7e5b259c

View file

@ -5,7 +5,7 @@
@section('content') @section('content')
<h2>Notes tagged with <em>{{ $tag }}</em></h2> <h2>Notes tagged with <em>{{ $tag }}</em></h2>
@foreach ($notes as $note) @foreach ($notes as $note)
<div> <div class="note">
{!! $note->note !!} {!! $note->note !!}
<a href="/note/{{ $note->id }}">{{ $note->humandiff }}</a> <a href="/note/{{ $note->id }}">{{ $note->humandiff }}</a>
</div> </div>