Skip to content

Commit

Permalink
removed unneeded stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Feb 6, 2017
1 parent 0974294 commit d02331a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,291 deletions.
6 changes: 1 addition & 5 deletions ksp.moon
Expand Up @@ -15,11 +15,7 @@ class extends lapis.Application
redirect_to: @url_for "ksp_craft_list"

[index: ""]: =>
redirect_to: @url_for "ksp_craft_list"
-- Past me, why the fuck did you do this?
--@html -> p ->
-- a class: "pure-button", href: @url_for("ksp_craft_list"), "Craft List"
-- a class: "pure-button", href: @url_for("ksp_submit_crafts"), "Submit Craft"
redirect_to: @url_for "ksp_craft_list" --TODO replace with something else someday maybe?

"/craft": =>
redirect_to: @url_for "ksp_craft_list"
Expand Down

0 comments on commit d02331a

Please sign in to comment.