OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/views/user_mailer/issue_updated.html.erb

11 lines
349 B

<%= t(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
<ul>
<% @journal.details.each do |detail| %>
<li><%= @journal.render_detail(detail, :no_html => true) %></li>
<% end %>
</ul>
<%= textilizable(@journal.notes, :only_path => false) %>
<hr />
<%= render :partial => 'issue_details', :locals => { :issue => @issue } %>