Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2020-12-17 05:34:33 +0300
committerGitHub <noreply@github.com>2020-12-17 05:34:33 +0300
commit10be1cbf4057f82bb57755f5d0dd36c9b38e4a56 (patch)
treeedc3f0a805724da6f9d8c866bb0f4d0b8ebc435b
parentb57c10b168d09e091d66a4dffae7968376f17260 (diff)
Update about.blade.php (#579)
-rw-r--r--resources/views/about.blade.php26
1 files changed, 2 insertions, 24 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index d2ac533..5d1a216 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -18,35 +18,13 @@
<dt>Release date: {{env('POLR_RELDATE')}}</dt>
<dt>App Install: {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}<dt>
</dl>
- <p>You are seeing the information above because you are logged in as an administrator.</p>
+ <p>You are seeing the information above because you are logged in as an administrator. You can edit the contents of this page by editing <code>resources/views/about.blade.php</code></p>
@endif
- <p>{{env('APP_NAME')}} is powered by Polr 2, an open source, minimalist link shortening platform.
+ <p>{{env('APP_NAME')}} is powered by Polr 2, an open source, minimalist link shortening platform. The Polr Project is in no way associated with this site.
Learn more at <a href='https://github.com/Cydrobolt/polr'>its Github page</a> or its <a href="//project.polr.me">project site</a>.
<br />Polr is licensed under the GNU GPL License.
</p>
</div>
-<a href='#' class='btn btn-success license-btn'>More Information</a>
-<pre class="license" id="gpl-license">
-Copyright (C) 2013-2017 Chaoyi Zha
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU General Public License
-as published by the Free Software Foundation; either version 2
-of the License, or (at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-</pre>
-
-@endsection
-
-@section('js')
-<script src='/js/about.js'></script>
@endsection