From 5953264c5380ebc20fa17182e6efe8373a2283ec Mon Sep 17 00:00:00 2001 From: "byte[]" Date: Sun, 8 Dec 2019 15:15:59 -0500 Subject: [PATCH] fix usage of other_party --- lib/philomena_web/templates/conversation/index.html.slime | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena_web/templates/conversation/index.html.slime b/lib/philomena_web/templates/conversation/index.html.slime index 4be1a597..30f551bd 100644 --- a/lib/philomena_web/templates/conversation/index.html.slime +++ b/lib/philomena_web/templates/conversation/index.html.slime @@ -33,7 +33,7 @@ h1 My Conversations = pretty_time(c.last_message_at) td.table--communication-list__stats - = render PhilomenaWeb.UserAttributionView, "_user.html", object: %{user: other_party(@current_user.id, c)}, conn: @conn + = render PhilomenaWeb.UserAttributionView, "_user.html", object: %{user: other_party(@current_user, c)}, conn: @conn td.table--communication-list__options => link "Last message", to: last_message_path(@conn, c, count) ' •