Skip to content

Commit

Permalink
Add icons on nav list
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Oct 1, 2012
1 parent 9af0e69 commit 62d31ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ html
.well(style="padding: 10px 0 10px 0;")
ul.nav.nav-list
{{#view view.NavItemView section="Home" item=null}}
<a href {{action showIndex this}}>Home</a>
<a href {{action showIndex this}}><i class="icon-home"></i> Home</a>
{{/view}}
li.nav-header Domains
{{#each App.domains}}
{{#view view.NavItemView section="Domain" itemBinding="name"}}
<a href {{action showDomain this}}>{{name}}</a>
<a href {{action showDomain this}}><i class="icon-hdd"></i> {{name}}</a>
{{/view}}
{{/each}}
.span10
Expand Down

0 comments on commit 62d31ea

Please sign in to comment.