????

Your IP : 18.222.252.132


Current Path : C:/inetpub/vhost/redmine/app/views/mailer/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/mailer/news_added.html.erb

<h1><%= link_to(@news.title, @news_url) %></h1>
<em><%= @news.author.name %></em>

<%= textilizable(@news, :description, :only_path => false) %>

<% if @news.attachments.any? -%>
<fieldset class="attachments"><legend><%= l(:label_attachment_plural) %></legend>
<% @news.attachments.each do |attachment| -%>
  <%= link_to_attachment attachment, :download => true, :only_path => false %> (<%= number_to_human_size(attachment.filesize) %>)<br />
<% end -%>
</fieldset>
<% end -%>