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