mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
24 lines
No EOL
550 B
Text
24 lines
No EOL
550 B
Text
h2 Testing Page
|
|
|
|
ol.breadcrumb
|
|
for path in parentFolders
|
|
li
|
|
a(href=path.url)= path.name
|
|
li.active= currentFolder
|
|
|
|
.well.pull-left#test-wrapper
|
|
#testing-area
|
|
|
|
.nav.nav-pills.nav-stacked.pull-right.well#test-nav
|
|
for child in children
|
|
li(class=child.type)
|
|
a(href=child.url).small
|
|
if child.type == 'folder'
|
|
span.glyphicon.glyphicon-folder-close
|
|
else
|
|
span.glyphicon.glyphicon-file
|
|
span.spl= child.name
|
|
if child.type == 'folder'
|
|
strong (#{child.size})
|
|
|
|
.clearfix |