fix: updated dashboard footer information

This commit is contained in:
Miguel Nogueira 2022-02-24 05:50:26 +00:00
parent 0a66bde951
commit 4e51a4bc8b
2 changed files with 7 additions and 3 deletions

View File

@ -6,8 +6,8 @@
<li class="d-inline-block"> <li class="d-inline-block">
<a class="mr-3" href="https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager"><i class="fas fa-code-branch"></i> Gitea</a> <a class="mr-3" href="https://github.com/GamesClubOficial/rbrecruiter-gc"><i class="fas fa-code-branch"></i> Gitea</a>
<a class="mr-3" href="https://code.spacejewel-hosting.com/spacejewelhosting/staffmanager/issues"><i class="fas fa-bug"></i> Issue Tracker</a> <a class="mr-3" href="https://github.com/GamesClubOficial/rbrecruiter-gc/issues"><i class="fas fa-bug"></i> Issue Tracker</a>
</li> </li>
@ -16,7 +16,7 @@
<div class="col-4 d-inline-block"> <div class="col-4 d-inline-block">
<p>&copy; Miguel N. 2020 &mdash; <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a></p> <p>&copy; Miguel N. {{ \Carbon\Carbon::now()->year }}&mdash; <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a></p>
</div> </div>

View File

@ -117,3 +117,7 @@
@stop @stop
@section('footer')
@include('breadcrumbs.dashboard.footer')
@stop