16 lines
666 B
Plaintext
16 lines
666 B
Plaintext
<%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => @journal.user) %>
|
||
|
||
<% details_to_strings(@journal.details, true, :token => @token.value).each do |string| -%>
|
||
<% if (!string.include? l(:label_attachment)) && (!string.include? "attachments") %>
|
||
<li><%= string %></li>
|
||
<% end %>
|
||
<% end -%>
|
||
|
||
<% if @journal.notes? -%>
|
||
<%= l(:field_content)%>:<%= @journal.notes %>
|
||
|
||
<% end -%>
|
||
--------------------------------------------------------------------------------
|
||
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|
||
|
||
<%= link_to( l(:mail_issue_footer), @user_url) %> |