git-svn-id: http://redmine.rubyforge.org/svn/trunk@14 e93f8b46-1217-0410-a6f0-8f06a7374b81
11 lines
295 B
Plaintext
11 lines
295 B
Plaintext
<h2><%= @news.title %></h2>
|
|
|
|
<p>
|
|
<b><%=l(:field_summary)%></b>: <%= @news.summary %><br />
|
|
<b><%=l(:field_author)%></b>: <%= @news.author.display_name %><br />
|
|
<b><%=l(:field_created_on)%></b>: <%= format_time(@news.created_on) %>
|
|
</p>
|
|
|
|
<%= simple_format auto_link @news.description %>
|
|
|