about summary refs log tree commit diff stats
path: root/data/maps/the_words/connections.txtpb
blob: f25ac2b9266329c0b6c8c7eeb739f43a75743276 (plain) (blame)
1
2
3
4
5
connections {
  from_room: "Main Area"
  to_room: "Ending"
  door { name: "Ending" }
}
ockquote.bubble.rounded.bottom = image_tag comment.gravatar_url, class: "comment-avatar" = markdown(comment.body, { restricted: true }) .clear %cite.bubble %strong - if comment.website.empty? = comment.username - else = link_to comment.username, comment.website on = comment.published_at.strftime("%B #{comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") = link_to (image_tag "comment_add.png"), "#", class: "comment-reply-to", title: "Reply to comment", data: { comment_id: comment.id, comment_author: comment.username }