reassigned_issue_email.html.haml 238 Bytes
%p
  = "Reassigned Issue ##{@issue.id}"
  = link_to_gfm truncate(@issue.title, length: 30), project_issue_url(@issue.project, @issue)
%p
  Assignee changed from
  %strong #{@previous_assignee.name}
  to
  %strong #{@issue.assignee_name}