mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Den reorganizing, edit location link, form styles
The admin area needed to be reorganized as it was a bit all over the place to accomodate new features. And edit link was added to location detail pages so authorized members can edit when necessary. Form elements were loosened up a bit to give them a bit more breathing room
This commit is contained in:
@ -1,14 +1,17 @@
|
||||
@extends('frame')
|
||||
|
||||
@section('title', 'Den|Start')
|
||||
@section('title', 'Den | Start')
|
||||
|
||||
@section('main-content')
|
||||
|
||||
<section>
|
||||
<article>
|
||||
<h2>Hey {{$handle}} </h2>
|
||||
<a href="/den/member">Manage Member</a><br />
|
||||
<a href="/den/locations/1">Manage Location</a>
|
||||
<a href="/den/you">Edit Your Account</a><br />
|
||||
<a href="/den/locations">Manage Locations</a><br />
|
||||
@if($role==1)
|
||||
<a href="/den/member">Manage Members</a><br />
|
||||
@endif
|
||||
</article>
|
||||
</section>
|
||||
@endsection
|
Reference in New Issue
Block a user