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 %>
|
|
|