From 92c55c57053643a0c89a14d4d7ab539353533423 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 16 Jun 2016 23:26:41 +0100 Subject: [PATCH] Update resource links --- resources/views/admin/editarticle.blade.php | 2 +- resources/views/admin/newarticle.blade.php | 8 ++++---- resources/views/admin/newnote.blade.php | 6 +++--- resources/views/allnotes.blade.php | 6 +++--- resources/views/master.blade.php | 2 +- resources/views/micropubnewnotepage.blade.php | 8 ++++---- resources/views/multipost.blade.php | 4 ++-- resources/views/singlenote.blade.php | 6 +++--- resources/views/singlepost.blade.php | 4 ++-- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/resources/views/admin/editarticle.blade.php b/resources/views/admin/editarticle.blade.php index 91750209..406f2689 100644 --- a/resources/views/admin/editarticle.blade.php +++ b/resources/views/admin/editarticle.blade.php @@ -26,7 +26,7 @@ Edit Article « Admin CP @section('scripts') @parent - + + - - + + - + @stop diff --git a/resources/views/admin/newnote.blade.php b/resources/views/admin/newnote.blade.php index 9ac6ac5b..a1e73301 100644 --- a/resources/views/admin/newnote.blade.php +++ b/resources/views/admin/newnote.blade.php @@ -26,9 +26,9 @@ New Note « Admin CP - - + + - + @stop diff --git a/resources/views/allnotes.blade.php b/resources/views/allnotes.blade.php index 64afad1f..9bef1290 100644 --- a/resources/views/allnotes.blade.php +++ b/resources/views/allnotes.blade.php @@ -22,10 +22,10 @@ Notes « Jonny Barnes - + - - + + @stop diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index c17613dc..aa144e0d 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -4,7 +4,7 @@ @if (App::environment() == 'local'){!! "[testing] -"!!}@endif @yield('title') - + diff --git a/resources/views/micropubnewnotepage.blade.php b/resources/views/micropubnewnotepage.blade.php index be528d3a..42ad3c05 100644 --- a/resources/views/micropubnewnotepage.blade.php +++ b/resources/views/micropubnewnotepage.blade.php @@ -35,11 +35,11 @@ New Note « Jonny Barnes - - - + + + - + @stop diff --git a/resources/views/multipost.blade.php b/resources/views/multipost.blade.php index 7dd840fa..2fc366ed 100644 --- a/resources/views/multipost.blade.php +++ b/resources/views/multipost.blade.php @@ -25,6 +25,6 @@ Articles « Jonny Barnes @stop @section('scripts') - - + + @stop diff --git a/resources/views/singlenote.blade.php b/resources/views/singlenote.blade.php index a650a163..7248cfdf 100644 --- a/resources/views/singlenote.blade.php +++ b/resources/views/singlenote.blade.php @@ -34,10 +34,10 @@ - + - - + + @stop diff --git a/resources/views/singlepost.blade.php b/resources/views/singlepost.blade.php index da5ba5de..445a6298 100644 --- a/resources/views/singlepost.blade.php +++ b/resources/views/singlepost.blade.php @@ -19,6 +19,6 @@ @stop @section('scripts') - - + + @stop