Skip to content

Commit

Permalink
add delayed notes
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 21, 2016
1 parent 715b9af commit db39839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksp.moon
Expand Up @@ -135,7 +135,7 @@ class extends lapis.Application
td ->
if Crafts.statuses.reviewed == craft.status
a href: "https://youtube.com/watch?v=#{craft.episode}", target: "_blank", "Watch on YouTube"
elseif Crafts.statuses.rejected == craft.status
elseif Crafts.statuses.rejected == craft.status or Crafts.statuses.delayed == craft.status
text "#{craft.notes}"

[craft: "/craft/:id[%d]"]: respond_to {
Expand Down

0 comments on commit db39839

Please sign in to comment.