mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
updated laravel, fixed composer
At some point the composer json got jacked, so that needed to be fixed to update laravel to the latest. also started putting in pieces for sources management through the UI
This commit is contained in:
@ -2,16 +2,17 @@
|
||||
|
||||
@section('title', 'Den | Start')
|
||||
|
||||
@section('main-content')
|
||||
@section('main-content')
|
||||
|
||||
<section>
|
||||
<article>
|
||||
<h2>Hey {{$handle}} </h2>
|
||||
<a href="/den/you">Edit Your Account</a><br />
|
||||
@if($role==0)
|
||||
<a href="/den/locations">Manage Locations</a><br />
|
||||
<a href="/den/member">Manage Members</a><br />
|
||||
@endif
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
||||
<section>
|
||||
<article>
|
||||
<h2>Hey {{$handle}} </h2>
|
||||
<a href="/den/you">Edit Your Account</a><br />
|
||||
@if($role==0)
|
||||
<a href="/den/locations">Manage Locations</a><br />
|
||||
<a href="/den/member">Manage Members</a><br />
|
||||
<a href="/den/sources">Manage Sources</a><br />
|
||||
@endif
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user