aboutsummaryrefslogtreecommitdiff
path: root/src/guff/views/html/test/auth.cr
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-04-03 15:49:57 -0400
committerPaul Duncan <pabs@pablotron.org>2016-04-03 15:49:57 -0400
commit88f8bce6155da155c5b4a07fd0de240594d81380 (patch)
tree3068cdf0a3bea95207703b7e4f648123f01f6d6c /src/guff/views/html/test/auth.cr
parentd2f0823c983c6f77bb5474fb6546e16a8acd245b (diff)
downloadold-guff-88f8bce6155da155c5b4a07fd0de240594d81380.tar.bz2
old-guff-88f8bce6155da155c5b4a07fd0de240594d81380.zip
rework new menu, add published checkbox
Diffstat (limited to 'src/guff/views/html/test/auth.cr')
-rw-r--r--src/guff/views/html/test/auth.cr15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/guff/views/html/test/auth.cr b/src/guff/views/html/test/auth.cr
index 59e151f..429bdba 100644
--- a/src/guff/views/html/test/auth.cr
+++ b/src/guff/views/html/test/auth.cr
@@ -57,19 +57,24 @@ class Guff::TestAuthHTMLView
title='Choose post type.'
data-toggle='dropdown'
>
+ <span class='hidden'>
+ <i class='fa fa-plus-circle'></i>
+ New
+ </span>
+
<i class='fa fa-caret-down'></i>
</a>
<ul class='dropdown-menu'>
- <li>
+ <li class='hidden'>
<a
href='#'
title='Create new blog post.'
data-toggle='modal'
data-target='#blog-edit-dialog'
>
- <i class='fa fa-bullhorn'></i>
- New Blog Post
+ <i class='fa fa-fw fa-bullhorn'></i>
+ New Post
</a>
</li>
@@ -80,7 +85,7 @@ class Guff::TestAuthHTMLView
data-toggle='modal'
data-target='#page-edit-dialog'
>
- <i class='fa fa-bookmark-o'></i>
+ <i class='fa fa-fw fa-bookmark-o'></i>
New Page
</a>
</li>
@@ -92,7 +97,7 @@ class Guff::TestAuthHTMLView
data-toggle='modal'
data-target='#project-edit-dialog'
>
- <i class='fa fa-cube'></i>
+ <i class='fa fa-fw fa-cube'></i>
New Project
</a>
</li>