diff --git a/.env.example b/.env.example index e820c10..80716cb 100755 --- a/.env.example +++ b/.env.example @@ -12,6 +12,7 @@ API_PREFIX="api" GUIDELINES_URL="#" PRIVACY_URL="#" TERMS_URL="#" +SOURCE_REPO="#" # The auth banner is a relative path diff --git a/config/app.php b/config/app.php index 5ef0a13..647dad8 100755 --- a/config/app.php +++ b/config/app.php @@ -97,7 +97,7 @@ return [ /* |-------------------------------------------------------------------------- - | Legal documents + | Legal documents & source code |-------------------------------------------------------------------------- | | Every website needs a collection of legal documents in order to remain compliant with @@ -118,6 +118,7 @@ return [ 'terms_url' => env('TERMS_URL', '#'), 'privacy_url' => env('PRIVACY_URL', '#'), 'guidelines_url' => env('GUIDELINES_URL', '#'), + 'source_repo' => env('SOURCE_REPO', 'https://code.webvokestudio.pt/miguel456/rbrecruiter'), /* |-------------------------------------------------------------------------- diff --git a/public/img/GitHub-Mark-32px.png b/public/img/GitHub-Mark-32px.png new file mode 100644 index 0000000..8b25551 Binary files /dev/null and b/public/img/GitHub-Mark-32px.png differ diff --git a/public/img/gplv3-with-text-84x42.png b/public/img/gplv3-with-text-84x42.png new file mode 100644 index 0000000..aa88ab6 Binary files /dev/null and b/public/img/gplv3-with-text-84x42.png differ diff --git a/resources/views/breadcrumbs/dashboard/footer.blade.php b/resources/views/breadcrumbs/dashboard/footer.blade.php index 34a2cf2..e09b23d 100755 --- a/resources/views/breadcrumbs/dashboard/footer.blade.php +++ b/resources/views/breadcrumbs/dashboard/footer.blade.php @@ -3,20 +3,15 @@
- -
  • - - {{ __('Gitea') }} - {{ __('Issue Tracker') }} - -
  • - + gnu gpl v3 logo +   + github wordmark repo link
    -

    © Miguel N. {{ \Carbon\Carbon::now()->year }}— {{ __('GNU General Public License') }}

    +

    {!! __('Copyright © :currentYear :authorName — :licenseFullName', ['authorName' => 'Miguel Nogueira', 'currentYear' => now()->year, 'licenseTextURL' => 'https://www.gnu.org/licenses/gpl-3.0.en.html', 'licenseFullName' => 'GNU GPL v3']) !!}