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

13 lines
424 B
Plaintext
Raw Normal View History

<%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => @journal.user) %>
2013-08-01 10:33:49 +08:00
<% details_to_strings(@journal.details, true, :token => @token.value).each do |string| -%>
2013-08-01 10:33:49 +08:00
<%= string %>
<% end -%>
<% if @journal.notes? -%>
<%= @journal.notes %>
<% end -%>
----------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>