Navigation Menu

Skip to content

Commit

Permalink
Render path more pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 14, 2012
1 parent 3b99b41 commit 1589399
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion views/search.jade
Expand Up @@ -9,7 +9,13 @@ block content
each record, index in records
.record
h2 #{record.data.title}
p= record.data.path
p.path
each title, pathIndex in record.data.path
span.label.label-inverse
= title
if pathIndex != record.data.path.length - 1
span »

!{record.data.desc}
else
.alert.alert-info
Expand Down

0 comments on commit 1589399

Please sign in to comment.