Add note styles to the notes listed on the tagged page
This commit is contained in:
parent
6e76401270
commit
aa7e5b259c
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue