Skip to content

Commit

Permalink
Inserted each <a> into <li> + added separators (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanciobanu committed May 17, 2013
1 parent cb3ce5d commit ca57bcf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/templates/breadcrumbs_widget.hjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{#each output}}
<a href="{{url}}">{{name}}</a>
<li>
<a href="{{url}}">{{name}}</a> <span class="divider">></span>
</li>
{{/each}}
<br>

0 comments on commit ca57bcf

Please sign in to comment.