git-svn-id: http://redmine.rubyforge.org/svn/trunk@833 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
<%= 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) %>
|