create stub handlers for admin functionnality
This commit is contained in:
12
templates/admin-all-reservations.page.tmpl
Normal file
12
templates/admin-all-reservations.page.tmpl
Normal file
@ -0,0 +1,12 @@
|
||||
{{template "admin" .}}
|
||||
|
||||
{{define "page-title"}}
|
||||
All Reservations
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="col-md-12">
|
||||
All Reservations content
|
||||
</div>
|
||||
{{end}}
|
||||
|
12
templates/admin-new-reservations.page.tmpl
Normal file
12
templates/admin-new-reservations.page.tmpl
Normal file
@ -0,0 +1,12 @@
|
||||
{{template "admin" .}}
|
||||
|
||||
{{define "page-title"}}
|
||||
New Reservations
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="col-md-12">
|
||||
New Reservations content
|
||||
</div>
|
||||
{{end}}
|
||||
|
11
templates/admin-reservations-calendar.page.tmpl
Normal file
11
templates/admin-reservations-calendar.page.tmpl
Normal file
@ -0,0 +1,11 @@
|
||||
{{template "admin" .}}
|
||||
|
||||
{{define "page-title"}}
|
||||
Reservations Calendar
|
||||
{{end}}
|
||||
|
||||
{{define "content"}}
|
||||
<div class="col-md-12">
|
||||
Reservations calendar content
|
||||
</div>
|
||||
{{end}}
|
@ -72,7 +72,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/admin/reservation-calendar">
|
||||
<a class="nav-link" href="/admin/reservations-calendar">
|
||||
<i class="ti-layout-list-post menu-icon"></i>
|
||||
<span class="menu-title">Reservation Canlendar</span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user