socialforge/app/views/mailer/issue_add.text.erb

9 lines
376 B
Plaintext

<%= l(:text_issue_added, :id => "##{@issue.project_index}", :author => @issue.author) %>
<% @issue.attachments.each do |attach| %>
<%= link_to_attachment(attach, :download => true, :only_path => false) %>
<% end %>
----------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>