From 704241a3a4f3480eb87260aef9fca8f1ce00e638 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 10 Feb 2016 18:41:28 -0800 Subject: add dashboard with links to all post types --- views/dashboard.php | 15 +++++++++++++++ views/partials/header.php | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 views/dashboard.php (limited to 'views') diff --git a/views/dashboard.php b/views/dashboard.php new file mode 100644 index 0000000..3c29f92 --- /dev/null +++ b/views/dashboard.php @@ -0,0 +1,15 @@ +
+ + + + +
diff --git a/views/partials/header.php b/views/partials/header.php index ef9f15a..4243557 100644 --- a/views/partials/header.php +++ b/views/partials/header.php @@ -1,4 +1,4 @@
- - Quill -
\ No newline at end of file + + Quill + -- cgit v1.2.3