2014-07-07 10:07:50 +08:00
|
|
|
|
<%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => @journal.user) %>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
2015-01-15 18:48:19 +08:00
|
|
|
|
<% details_to_strings(@journal.details, true, :token => @token.value).each do |string| -%>
|
2015-01-17 14:19:54 +08:00
|
|
|
|
<% if (!string.include? l(:label_attachment)) && (!string.include? "attachments") %>
|
|
|
|
|
<li><%= string %></li>
|
|
|
|
|
<% end %>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
|
|
<% if @journal.notes? -%>
|
2015-01-17 14:19:54 +08:00
|
|
|
|
<%= l(:field_content)%>:<%= @journal.notes %>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
|
|
<% end -%>
|
|
|
|
|
----------------------------------------
|
|
|
|
|
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|
2015-01-19 14:35:30 +08:00
|
|
|
|
|
|
|
|
|
<%= link_to("退订该邮件?", @user_url) %>
|