blob: e99dfd5bcd35b83cd7dc5eac2bcfd50f36289b7c (
plain)
1
2
3
4
5
6
|
<%= 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>
|