Displaying users email address on bidding form.
This commit is contained in:
@ -10,7 +10,7 @@ defmodule BeetRoundServerWeb.BiddingLive.Form do
|
||||
~H"""
|
||||
<Layouts.app flash={@flash} current_scope={@current_scope}>
|
||||
<.header>
|
||||
{@page_title}
|
||||
{@page_title} ({@current_scope.user.email})
|
||||
<:subtitle>Bitte gib hier den Betrag ein, den Du monatlich bezahlen willst.</:subtitle>
|
||||
</.header>
|
||||
<%= if @bidding.bidding_round == 0 do %>
|
||||
|
||||
Reference in New Issue
Block a user