No pick partial

This commit is contained in:
Vit Brunner
2014-10-31 22:48:33 +01:00
parent 077e272c02
commit d59971d618
2 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -23,10 +23,8 @@ html(ng-app="sideBySide")
li
a(href="#{{base}}") Home
li
a(href="#{{base}}/pick") Pick
a(href="#{{base}}/help") Help
li
a(href="#") Help
li
a(href="#") About
a(href="#{{base}}/about") About
div(ng-view class="cols-{{columns}}")
View File