mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 14:43:00 +00:00
added rudimentary admin pages, started testing validation code
This commit is contained in:
21
views/admin/exercise.jade
Normal file
21
views/admin/exercise.jade
Normal file
@@ -0,0 +1,21 @@
|
||||
extends ../layout
|
||||
|
||||
block content
|
||||
h1 Bodyrep
|
||||
p Exercise Admin
|
||||
|
||||
p
|
||||
a(href="/users") List Users
|
||||
p
|
||||
a(href="/workouts") List workouts
|
||||
p
|
||||
a(href="/admin") Admin Index
|
||||
p
|
||||
a(href="/admin/users") Admin Users
|
||||
p
|
||||
a(href="/admin/exercises") Admin Exercises
|
||||
p
|
||||
a(href="/admin/exercises/new") Add Exercise
|
||||
hr
|
||||
|
||||
p= exercise
|
||||
Reference in New Issue
Block a user