fixed issue, mr crash if assignee/author removed from team
This commit is contained in:
parent
5a12bee37d
commit
c90f1d5c8b
6 changed files with 49 additions and 14 deletions
|
@ -25,13 +25,11 @@
|
|||
%div
|
||||
%cite.cgray Created by
|
||||
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
|
||||
= link_to project_team_member_path(@project, @project.team_member_by_id(@issue.author.id)) do
|
||||
%strong.author= @issue.author_name
|
||||
%strong.author= link_to_issue_author(@issue)
|
||||
|
||||
%cite.cgray and currently assigned to
|
||||
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
|
||||
= link_to project_team_member_path(@project, @project.team_member_by_id(@issue.assignee.id)) do
|
||||
%strong.author= @issue.assignee_name
|
||||
%strong.author= link_to_issue_assignee(@issue)
|
||||
|
||||
%hr
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue