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