mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 21:47:59 +01:00
fix usage of other_party
This commit is contained in:
parent
21d9202347
commit
5953264c53
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
' •
|
||||
|
|
Loading…
Reference in a new issue