[paste-web] Replace footer with text-only version
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [paste-web] Replace footer with text-only version
- Date: Thu, 30 Apr 2020 08:09:40 +0000 (UTC)
commit 6dc2c0a47d2d75545984f24dfbbb7a0317313197
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Thu Apr 30 10:08:18 2020 +0200
Replace footer with text-only version
deneb-templates/common/page.blade.php | 2 +-
deneb-templates/common/wrapper.blade.php | 2 +-
deneb-templates/setup/page.blade.php | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/deneb-templates/common/page.blade.php b/deneb-templates/common/page.blade.php
index 4f452da8..f8dc04df 100755
--- a/deneb-templates/common/page.blade.php
+++ b/deneb-templates/common/page.blade.php
@@ -88,7 +88,7 @@
<p>
{{ $site->general->title }}.
Hosted by <a href="https://www.redhat.com/" target="_blank">Red Hat</a>.
- Powered by <a href="http://sayakbanerjee.com/sticky-notes">Sticky Notes</a>
© 2014 Sayak Banerjee.
+ Powered by Sticky Notes © 2014 Sayak Banerjee.
</p>
<p>{{ $site->general->copyright }}</p>
@if ($active AND $role->admin)
diff --git a/deneb-templates/common/wrapper.blade.php b/deneb-templates/common/wrapper.blade.php
index c20157dd..91b9713f 100755
--- a/deneb-templates/common/wrapper.blade.php
+++ b/deneb-templates/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> © 2014 <a
href="http://sayakbanerjee.com">Sayak Banerjee</a>.</p>
+ <p>Sticky Notes © 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/deneb-templates/setup/page.blade.php b/deneb-templates/setup/page.blade.php
index c9c1ea89..b91f4067 100755
--- a/deneb-templates/setup/page.blade.php
+++ b/deneb-templates/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> © 2014 <a
href="http://sayakbanerjee.com">Sayak Banerjee</a>.</p>
+ <p>Sticky Notes © 2014 Sayak Banerjee.</p>
</footer>
</body>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]