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
mixed-content personal blog
about summary refs log blame commit diff stats
path: root/app/views/comment_mailer/reply_comment_email.html.haml
blob: 22009eebe9c834bcc759f14ceefe030dee987a89 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                                   
%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}")