From 61a67bed2f05c274cd28e29617770af262f3be2e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sat, 2 Apr 2016 23:29:36 -0400 Subject: add new post link to home and posts tabs --- src/guff/models/tab.cr | 2 +- src/guff/views/ecrs/test/auth.ecr | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/src/guff/models/tab.cr b/src/guff/models/tab.cr index 20dc478..8d6428b 100644 --- a/src/guff/models/tab.cr +++ b/src/guff/models/tab.cr @@ -50,7 +50,7 @@ class Guff::TabModel < Guff::Model "id": "posts", "icon": "fa-cubes", "name": "Posts", - "text": "Manage blog posts, pages, and projects.", + "text": "Manage blog, pages, and projects.", }, { "id": "files", "icon": "fa-files-o", diff --git a/src/guff/views/ecrs/test/auth.ecr b/src/guff/views/ecrs/test/auth.ecr index ca91e99..c6ee27f 100644 --- a/src/guff/views/ecrs/test/auth.ecr +++ b/src/guff/views/ecrs/test/auth.ecr @@ -24,6 +24,23 @@
+
+ +
+

TODO: home @@ -34,6 +51,23 @@

+
+ +
+

TODO: posts -- cgit v1.2.3