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.text.erb

9 lines
347 B

<%= t(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
<% @journal.details.each do |detail| %>
<%= @journal.render_detail(detail, :no_html => true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :partial => 'issue_details', :locals => { :issue => @issue } %>