Initial commit to new repo
This commit is contained in:
parent
a267f9bfcc
commit
a5173c981b
292 changed files with 17472 additions and 0 deletions
13
resources/views/taggednotes.blade.php
Normal file
13
resources/views/taggednotes.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@extends('master')
|
||||
|
||||
@section('title')
|
||||
Notes <?php echo html_entity_decode('«'); ?> Jonny Barnes
|
||||
@stop
|
||||
|
||||
@section('content')
|
||||
<h2>Notes tagged with <em>{{ $tag }}</em></h2>
|
||||
@foreach ($notes as $note)
|
||||
<div>{!! $note->note !!}
|
||||
<a href="/note/{{ $note->id }}">{{ $note->human_time }}</a></div>
|
||||
@endforeach
|
||||
@stop
|
Loading…
Add table
Add a link
Reference in a new issue