obsolete.ChilliProject/app/views/mailer/news_added.text.html.rhtml

7 lines
285 B
Plaintext
Raw Normal View History

<%= link_to @news.title, :only_path => false, :host => Setting.host_name, :controller => 'news', :action => 'show', :id => @news %><br />
<em><%= @news.author.name %></em>
<%= textilizable(@news.description) %>
<hr />
<small><em><%= textilizable Setting.emails_footer %></em></small>