name: "Engine Room"
display_name: "Engine Room"
panels {
name: "ENGINE"
path: "Panels/panel_8"
clue: "engine"
answer: "train"
symbols: BOXES
}
panels {
name: "CABOOSE"
path: "Panels/panel_9"
clue: "caboose"
answer: "train"
symbols: BOXES
}
paintings {
name: "UNDUE"
path: "Components/Paintings/undue3"
gravity: Z_PLUS
orientation: "south" # TODO: this is meaningless with Z-axis gravity :/
display_name: "E Side Painting On E"
}
ports {
name: "GALLERY"
path: "Components/Warps/worldport2"
gravity: Z_PLUS
# TODO: orientation is not well defined with Z-axis gravity
}
href='/thoughts/'>thoughts
blob: 22009eebe9c834bcc759f14ceefe030dee987a89 (
plain) (
tree)
|
|
%p
A reply has been posted to your comment on
= succeed "." do
= link_to @comment.blog.title, @comment.blog
The original comment:
%blockquote= @comment.reply_to.body
%p
= @comment.username
left the following response:
%blockquote= @comment.body
%p
Posted:
= @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P")
%p= link_to "See the comment on the web", blog_url(@comment.blog, anchor: "comment-#{@comment.id}")
|