Skip to content

Commit

Permalink
Update ksp.moon
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Dec 1, 2016
1 parent f04b32e commit 3b86e79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ksp.moon
Expand Up @@ -374,7 +374,7 @@ class extends lapis.Application
input type: "text", name: "craft_name", value: craft.craft_name
br!
p "Description:"
textarea cols: 60, rows: 5, name: "description", placeholder: craft.description
textarea cols: 60, rows: 5, name: "description", craft.description
br!
text "Craft link: "
input type: "text", name: "download_link", value: craft.download_link
Expand All @@ -383,7 +383,7 @@ class extends lapis.Application
input type: "text", name: "picture", value: craft.picture
br!
p "Action groups:"
textarea cols: 60, rows: 3, name: "action_groups", placeholder: craft.action_groups
textarea cols: 60, rows: 3, name: "action_groups", craft.action_groups
br!
text "KSP version: "
input type: "text", name: "ksp_version", value: craft.ksp_version
Expand Down

0 comments on commit 3b86e79

Please sign in to comment.