Skip to content

Commit

Permalink
Clean up header template
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwill committed Oct 25, 2011
1 parent 12e70b5 commit ec90c4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/header.coffee
@@ -1,15 +1,15 @@
div class: "topbar", ->
div class: "fill", ->
div class: "container", ->
div ".topbar", ->
div ".fill", ->
div ".container", ->

a href: "/", class: "brand", -> "site"
a ".brand", href: "/", -> "site"

ul class: "secondary-nav", ->
ul ".secondary-nav", ->
li ->
a href: "/about/", -> "About"
li class: "menu dropdown", ->
li class: "menu dropdown", "data-dropdown": "dropdown", ->
a href: "#", class: "menu", -> "Dropdown"
a ".menu", href: "#", -> "Dropdown"
ul class: "menu-dropdown span5", ->
li ->
a href: "#", -> "Lorem"
Expand Down

0 comments on commit ec90c4e

Please sign in to comment.