guide list

This commit is contained in:
Alex Wolfe 2015-04-19 10:30:06 -07:00
parent 313b3636d3
commit 3b72b71570
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
ul
for page, slug in public.docs[current.path[1]][current.path[2]].guide._data
name = page.menuTitle || page.title
selected = current.path[4] == slug ? 'is-selected':''
if slug != '_listtype'
li <a class="#{selected}" href="/docs/#{current.path[1]}/#{current.path[2]}/#{current.path[3]}/#{current.path[4]}/#{slug}.html" md-button> #{slug}</a>