From 6c3067305643b6b8db1fb98d414fa473557bf148 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 14 Sep 2016 18:31:57 +0100 Subject: [PATCH 1/2] Move mapbox links into its own sub-view --- resources/views/admin/newnote.blade.php | 3 +-- resources/views/admin/newplace.blade.php | 3 +-- resources/views/allnotes.blade.php | 3 +-- resources/views/micropubnewnotepage.blade.php | 3 +-- resources/views/singlenote.blade.php | 3 +-- resources/views/singleplace.blade.php | 3 +-- resources/views/templates/mapbox-links.blade.php | 2 ++ 7 files changed, 8 insertions(+), 12 deletions(-) create mode 100644 resources/views/templates/mapbox-links.blade.php diff --git a/resources/views/admin/newnote.blade.php b/resources/views/admin/newnote.blade.php index 6cb7e0f0..4a0e39ca 100644 --- a/resources/views/admin/newnote.blade.php +++ b/resources/views/admin/newnote.blade.php @@ -22,8 +22,7 @@ New Note « Admin CP @stop @section('scripts') - - +@include('templates.mapbox-links') diff --git a/resources/views/admin/newplace.blade.php b/resources/views/admin/newplace.blade.php index cdbd01fa..17e49327 100644 --- a/resources/views/admin/newplace.blade.php +++ b/resources/views/admin/newplace.blade.php @@ -19,8 +19,7 @@ New Place « Admin CP @stop @section('scripts') - - +@include('templates.mapbox-links') @stop diff --git a/resources/views/allnotes.blade.php b/resources/views/allnotes.blade.php index 0a5ce0f4..9e89f395 100644 --- a/resources/views/allnotes.blade.php +++ b/resources/views/allnotes.blade.php @@ -19,8 +19,7 @@ Notes « Jonny Barnes @stop @section('scripts') - - +@include('templates.mapbox-links') diff --git a/resources/views/micropubnewnotepage.blade.php b/resources/views/micropubnewnotepage.blade.php index 8127aef2..4a823358 100644 --- a/resources/views/micropubnewnotepage.blade.php +++ b/resources/views/micropubnewnotepage.blade.php @@ -32,8 +32,7 @@ New Note « Jonny Barnes @stop @section('scripts') - - +@include('templates.mapbox-links') diff --git a/resources/views/singlenote.blade.php b/resources/views/singlenote.blade.php index 210965c9..822fb8f1 100644 --- a/resources/views/singlenote.blade.php +++ b/resources/views/singlenote.blade.php @@ -31,8 +31,7 @@ @stop @section('scripts') - - +@include('templates.mapbox-links') diff --git a/resources/views/singleplace.blade.php b/resources/views/singleplace.blade.php index 0511736c..55530c70 100644 --- a/resources/views/singleplace.blade.php +++ b/resources/views/singleplace.blade.php @@ -14,8 +14,7 @@ @stop @section('scripts') - - +@include('templates.mapbox-links') @stop diff --git a/resources/views/templates/mapbox-links.blade.php b/resources/views/templates/mapbox-links.blade.php new file mode 100644 index 00000000..28178354 --- /dev/null +++ b/resources/views/templates/mapbox-links.blade.php @@ -0,0 +1,2 @@ + + From 06ee35bef718a45dcafb3430eb1d24f535a4c5a5 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 14 Sep 2016 18:34:12 +0100 Subject: [PATCH 2/2] Update changelog --- changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 3d66b8ca..694bdb15 100644 --- a/changelog.md +++ b/changelog.md @@ -1,8 +1,9 @@ # Changelog ## Version {next} - - update linked GPG key - - Added `integrity` values to external assets + - update linked GPG key (issue#7) + - Added `integrity` values to external assets (issue#10) + - Move mapbox links into own sub-view (issue#11) ## Version 0.0.10 (2016-09-10) - Add an artisan command for sensiolab’s security check