fix: updated dashboard footer information
This commit is contained in:
parent
0a66bde951
commit
4e51a4bc8b
@ -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>© Miguel N. 2020 — <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a></p>
|
<p>© Miguel N. {{ \Carbon\Carbon::now()->year }}— <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU General Public License</a></p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -117,3 +117,7 @@
|
|||||||
|
|
||||||
|
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
@section('footer')
|
||||||
|
@include('breadcrumbs.dashboard.footer')
|
||||||
|
@stop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user