<%= link_to(@news.title, @news_url) %>

<%= @news.author.name %> <%= textilizable(@news, :description, :only_path => false) %> <% if @news.attachments.any? -%>
<%= l(:label_attachment_plural) %> <% @news.attachments.each do |attachment| -%> <%= link_to_attachment attachment, :download => true, :only_path => false %> (<%= number_to_human_size(attachment.filesize) %>)
<% end -%>
<% end -%>