Skip to content

Commit

Permalink
this don't make no fucking sense
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Jul 22, 2016
1 parent 39bd3a0 commit 458e792
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ksp.moon
Expand Up @@ -90,14 +90,14 @@ class extends lapis.Application
ul ->
for craft in *crafts
li ->
--a href: @url_for("ksp_craft", craft.id), craft.craft_name
a href: @url_for("ksp_craft", 2), "testing"
li ->
if page > 1
a href: @url_for("ksp_craft_list", page - 1), "<<"
text " | "
if page < Paginator\num_pages!
a href: @url_for("ksp_craft_list", page + 1), ">>"
a href: @url_for("ksp_craft", @params, craft.id), craft.craft_name
--a href: @url_for("ksp_craft", 2), "testing"
--li ->
-- if page > 1
-- a href: @url_for("ksp_craft_list", page - 1), "<<"
-- text " | "
-- if page < Paginator\num_pages!
-- a href: @url_for("ksp_craft_list", page + 1), ">>"

[craft: "/craft/:id[%d]"]: =>
@html ->
Expand Down

0 comments on commit 458e792

Please sign in to comment.