To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / message_posted.text.html.rhtml @ 441:cbce1fd3b1b7

History | View | Annotate | Download (221 Bytes)

1
<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) %>