suitepro/app/views/mailer/news_added.html.erb
2018-02-02 22:19:29 +01:00

4 lines
145 B
Text

<h1><%= link_to(@news.title, @news_url) %></h1>
<em><%= @news.author.name %></em>
<%= textilizable(@news, :description, :only_path => false) %>