Skip to content

Commit

Permalink
Merge pull request #123 from Guard13007/master
Browse files Browse the repository at this point in the history
rg
  • Loading branch information
TangentFoxy committed Dec 2, 2016
2 parents 7dc495d + ed318b0 commit 849e2fe
Show file tree
Hide file tree
Showing 2 changed files with 5 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
3 changes: 3 additions & 0 deletions misc.moon
Expand Up @@ -206,6 +206,9 @@ class extends lapis.Application
dt -> a name: "ksp-submit-non-planes", "Can I submit crafts that aren't planes?"
dd "Yes."

dt -> a name: "ksp-plane-not-reviewed", "Why haven't you reviewed my plane yet?"
dd "I pick randomly from the planes that have been sent to me, because I receive so many, and people tend to send several designs at once. I also delay designs that I have recently covered. However, when I get a lot of a particular replica submitted, I will often do an episode of all the same replica from different people. This means it could be anywhere from immediately after to submit to .. never. I'm sorry about that, but I'm only one person with limited time."

dt -> a name: "email", "Did you get my email? Why didn't you reply to my email?"
dd ->
text "Assuming you sent it to the "
Expand Down

0 comments on commit 849e2fe

Please sign in to comment.