11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
|
<h2><%= @news.title %></h2>
|
||
|
|
||
|
<p>
|
||
|
<b><%=_('Summary')%></b>: <%= @news.shortdescr %><br />
|
||
|
<b><%=_('By')%></b>: <%= @news.author.display_name %><br />
|
||
|
<b><%=_('Date')%></b>: <%= format_time(@news.created_on) %>
|
||
|
</p>
|
||
|
|
||
|
<%= @news.descr %>
|
||
|
|