[paste-web/sticky-notes] Replace footer with non-URL version



commit 4f1cc709eeb26ca2f09830959bd6f07dc8a5bd20
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Apr 30 10:04:36 2020 +0200

    Replace footer with non-URL version

 app/views/skins/bootstrap/common/page.blade.php    | 2 +-
 app/views/skins/bootstrap/common/wrapper.blade.php | 2 +-
 app/views/skins/bootstrap/setup/page.blade.php     | 2 +-
 app/views/skins/neverland/common/page.blade.php    | 2 +-
 app/views/skins/neverland/common/wrapper.blade.php | 2 +-
 app/views/skins/neverland/setup/page.blade.php     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/app/views/skins/bootstrap/common/page.blade.php b/app/views/skins/bootstrap/common/page.blade.php
index 746d1614..5fd29c49 100755
--- a/app/views/skins/bootstrap/common/page.blade.php
+++ b/app/views/skins/bootstrap/common/page.blade.php
@@ -76,7 +76,7 @@
 
                <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
                <!-- You may however choose to remove the hyperlinks and retain the copyright as plain text 
-->
-               <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+               <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
 
                @if ($active AND $role->admin)
                        <small>{{ sprintf(Lang::get('global.statistics'), microtime(true) - LARAVEL_START, 
count(DB::getQueryLog()) - 1) }}</small>
diff --git a/app/views/skins/bootstrap/common/wrapper.blade.php 
b/app/views/skins/bootstrap/common/wrapper.blade.php
index 3e0a5e0a..fb4986a9 100755
--- a/app/views/skins/bootstrap/common/wrapper.blade.php
+++ b/app/views/skins/bootstrap/common/wrapper.blade.php
@@ -47,7 +47,7 @@
 
        <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
        <!-- You may however choose to remove the hyperlinks and retain the copyright as plain text -->
-       <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+       <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
 
        @if ($active AND $role->admin)
                <small>{{ sprintf(Lang::get('global.statistics'), microtime(true) - LARAVEL_START, 
count(DB::getQueryLog())) }}</small>
diff --git a/app/views/skins/bootstrap/setup/page.blade.php b/app/views/skins/bootstrap/setup/page.blade.php
index 85d22808..bc454ac8 100755
--- a/app/views/skins/bootstrap/setup/page.blade.php
+++ b/app/views/skins/bootstrap/setup/page.blade.php
@@ -43,7 +43,7 @@
        <footer>
                <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
                <!-- You may however choose to remove the hyperlinks and retain the copyright as plain text 
-->
-               <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+               <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
        </footer>
 </body>
 
diff --git a/app/views/skins/neverland/common/page.blade.php b/app/views/skins/neverland/common/page.blade.php
index a7fc744d..c7fa0e1e 100755
--- a/app/views/skins/neverland/common/page.blade.php
+++ b/app/views/skins/neverland/common/page.blade.php
@@ -81,7 +81,7 @@
 
                        <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
                        <!-- You may however choose to remove the hyperlinks and retain the copyright as 
plain text -->
-                       <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+                       <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
 
                        @if ($active AND $role->admin)
                                <small>{{ sprintf(Lang::get('global.statistics'), microtime(true) - 
LARAVEL_START, count(DB::getQueryLog()) - 1) }}</small>
diff --git a/app/views/skins/neverland/common/wrapper.blade.php 
b/app/views/skins/neverland/common/wrapper.blade.php
index ee028cfd..1adb1d32 100755
--- a/app/views/skins/neverland/common/wrapper.blade.php
+++ b/app/views/skins/neverland/common/wrapper.blade.php
@@ -51,7 +51,7 @@
 
                <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
                <!-- You may however choose to remove the hyperlinks and retain the copyright as plain text 
-->
-               <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+               <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
 
                @if ($active AND $role->admin)
                        <small>{{ sprintf(Lang::get('global.statistics'), microtime(true) - LARAVEL_START, 
count(DB::getQueryLog())) }}</small>
diff --git a/app/views/skins/neverland/setup/page.blade.php b/app/views/skins/neverland/setup/page.blade.php
index ca8b5861..2059ce8f 100755
--- a/app/views/skins/neverland/setup/page.blade.php
+++ b/app/views/skins/neverland/setup/page.blade.php
@@ -48,7 +48,7 @@
                <footer class="align-center">
                        <!-- Do not the following copyright notice to avoid copyright violation. See 
http://opensource.org/licenses/BSD-2-Clause for details -->
                        <!-- You may however choose to remove the hyperlinks and retain the copyright as 
plain text -->
-                       <p><a href="http://sayakbanerjee.com/sticky-notes";>Sticky Notes</a> &copy; 2014 <a 
href="http://sayakbanerjee.com";>Sayak Banerjee</a>.</p>
+                       <p>Sticky Notes &copy; 2014 Sayak Banerjee.</p>
                </footer>
        </div>
 </body>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]