name: "Outside Hedges" display_name: "Hedges" panels { name: "GOURD (1)" path: "Panels/Halls/halls_11" clue: "gourd" answer: "pumpkin" symbols: EXAMPLE } panels { name: "GOURD (2)" path: "Panels/Halls/halls_12" clue: "gourd" answer: "squash" symbols: EXAMPLE } panels { name: "GOURD (3)" path: "Panels/Halls/halls_13" clue: "gourd" answer: "cucumber" symbols: EXAMPLE } panels { name: "GOURD (4)" path: "Panels/Halls/halls_14" clue: "gourd" answer: "melon" symbols: EXAMPLE } panels { name: "PLUM (1)" path: "Panels/Halls/halls_15" clue: "plum" answer: "color" symbols: EXAMPLE } panels { name: "PLUM (2)" path: "Panels/Halls/halls_18" clue: "plum" answer: "fruit" symbols: EXAMPLE } panels { name: "BARK" path: "Panels/Tower Maze/entry_1" clue: "bark" answer: "tree" symbols: BOXES } panels { name: "BUD" path: "Panels/Tower Maze/entry_2" clue: "bud" answer: "flower" symbols: BOXES } panels { name: "LEAF" path: "Panels/Tower Maze/entry_3" clue: "leaf" answer: "tree" symbols: BOXES } panels { name: "PETAL" path: "Panels/Tower Maze/entry_4" clue: "petal" answer: "flower" symbols: BOXES } paintings { name: "ACHES" path: "Components/Paintings/Group1/aches" } ports { name: "REVITALIZED" path: "Components/Warps/Worldports/worldport7" } /option> mixed-content personal blog
about summary refs log tree commit diff stats
path: root/app/views/comment_mailer/new_comment_email.text.erb
blob: 334d087ab62467d3fe3e774bbdd4c607ad961809 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
A comment has been posted on <%= @comment.blog.title %> by the following user:

* Name: <%= @comment.username %>
* Email: <%= @comment.email %>
<% unless @comment.website.empty? %>* Website: <%= @comment.website %>
<% end %>
Here is the comment:

---

<%= @comment.body %>

---

Posted: <%= @comment.published_at.strftime("%B #{@comment.published_at.day.ordinalize}, %Y at %-I:%M:%S%P") %>

See the comment on the web: <%= blog_url(@comment.blog, anchor: "comment-#{@comment.id}") %>