Skip to content

Commit

Permalink
Merge pull request #2583 from expertiza/kartiki-b31-patch-1
Browse files Browse the repository at this point in the history
Bug fix Reviews
  • Loading branch information
efg committed Jun 28, 2023
2 parents 180fd9f + ae8edef commit 20a4da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/response/response.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
<% if @map.assignment.team_assignment? %>
<% team_member = TeamsUser.find_by_team_id(@map.contributor).user_id%>
<% participant = Participant.find(team_member) %>
<% participant = Participant.find_by(user_id: team_member) %>
<div style="float:right">
<%= link_to "Email the author", author_response_index_path(email: participant.user.email, response: @response.id) %>
</div>
Expand Down

0 comments on commit 20a4da2

Please sign in to comment.