2013-03-12 09:46:04 +01:00
|
|
|
%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}
|
2011-12-18 15:07:47 +01:00
|
|
|
|