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