news_comment_added.text.html.rhtml
5 lines
| 178 B
| text/html+ruby
|
RhtmlLexer
|
r4883 | <h1><%= link_to(h(@news.title), @news_url) %></h1> | ||
<p><%= l(:text_user_wrote, :value => h(@comment.author)) %></p> | ||||
<%= textilizable @comment, :comments, :only_path => false %> | ||||