Skip to content

Commit

Permalink
navbar + remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jan 5, 2018
1 parent ff5eb3c commit 11845e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 157 deletions.
93 changes: 0 additions & 93 deletions static/js/posts/new.js

This file was deleted.

4 changes: 3 additions & 1 deletion views/default2.moon
Expand Up @@ -35,8 +35,9 @@ class extends html.Widget
div id: "navbar", class: "navbar-menu", ->
div class: "navbar-start", ->
-- TODO update hrefs to point towards @url_for sources
a class: "navbar-link", href: "/faq", "FAQ"
div class: "navbar-item has-dropdown is-hoverable", ->
p class: "navbar-link is-unselectable", "Games"
p class: "navbar-link is-unselectable", "My Games"
div class: "navbar-dropdown", ->
div class: "navbar-item menu", ->
ul class: "menu-list", ->
Expand Down Expand Up @@ -82,6 +83,7 @@ class extends html.Widget
div class: "navbar-item menu", ->
ul class: "menu-list", ->
li -> a href: "/contact", "Contact Info"
li -> a href: "/contact/profiles", "Me Elsewhere"
li -> a href: "/contact/support", "Support Me"
-- div class: "navbar-end"
-- a name: "top"
Expand Down
63 changes: 0 additions & 63 deletions views/posts/new.moon

This file was deleted.

0 comments on commit 11845e1

Please sign in to comment.