Skip to content

Commit

Permalink
Bug fix Reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
kartiki-b31 committed Jun 28, 2023
1 parent 180fd9f commit ae8edef
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 ae8edef

Please sign in to comment.