properly display username/emails of logged in user, and add logout button
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
service: @intended_link.service,
|
||||
recipient: @intended_link.recipient,
|
||||
user: current_user(@conn),
|
||||
link: current_link(@conn)
|
||||
link: current_link(@conn),
|
||||
error: get_flash(@conn, :error)
|
||||
}) %>
|
||||
|
Reference in New Issue
Block a user