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/work_package_mailer/mentioned.text.erb

13 lines
461 B

<%= I18n.t(:'mail.salutation', user: @user.firstname) %>
<%= "#{I18n.t(:'mail.work_packages.mentioned_by', user: @journal.user)}" %>
<%= "-" * 100 %>
<%= "=" * (('# ' + @work_package.id.to_s + @work_package.subject).length + 4) %>
= #<%= @work_package.id %> <%= @work_package.subject %> =
<%= "=" * (('# ' + @work_package.id.to_s + @work_package.subject).length + 4) %>
<%= I18n.t(:label_comment_added) %>:
<%= strip_tags @journal.notes %>
<%= "-" * 100 %>