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

16 lines
710 B
Plaintext
Raw Normal View History

<%= l(:text_issue_updated, :id => "##{@issue.project_index}", :author => h(@journal.user)) %>
2013-08-01 10:33:49 +08:00
<ul>
<% details_to_strings(@journal.details, false, :only_path => false, :token => @token.value).each do |string| %>
<% if (!string.include? l(:label_attachment)) && (!string.include? "attachments") %>
<li><%= string %></li>
<% end %>
2013-08-01 10:33:49 +08:00
<% end %>
</ul>
<span style="float: left"><strong><%= l(:field_content)%></strong></span><span style="float: left; width: 540px"><%= @journal.notes %></span>
2013-08-01 10:33:49 +08:00
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
<div class="mail_foot"><%= link_to("退订该邮件?", @user_url) %> </div>