To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / mailer / message_posted.html.erb @ 912:5e80956cc792
History | View | Annotate | Download (221 Bytes)
| 1 | 909:cbb26bc654de | Chris | <h1><%=h @message.board.project.name %> - <%=h @message.board.name %>: <%= link_to(h(@message.subject), @message_url) %></h1> |
|---|---|---|---|
| 2 | <em><%=h @message.author %></em> |
||
| 3 | |||
| 4 | <%= textilizable(@message, :content, :only_path => false) %> |