<%= $RDM_WELCOME_TEXT %>
<%= news.title %> (<%= link_to_user news.author %> <%= format_time(news.created_on) %> - <%= news.project.name %>)
<% unless news.summary.empty? %><%= news.summary %>
<% end %>
[<%= link_to l(:label_read), :controller => 'news', :action => 'show', :id => news %>]