diff --git a/lib/osuuspuutarha_web/live/yield_live/index.html.heex b/lib/osuuspuutarha_web/live/yield_live/index.html.heex index 33b73d0..783e92e 100644 --- a/lib/osuuspuutarha_web/live/yield_live/index.html.heex +++ b/lib/osuuspuutarha_web/live/yield_live/index.html.heex @@ -19,7 +19,6 @@ Date Plant Amount - Unit @@ -27,10 +26,9 @@ <%= for yield <- @yields do %> - <%= yield.date.day %>.<%= yield.date.month %>.<%= yield.date.year %> + <%= yield.date.day %>.<%= yield.date.month %> <%= Osuuspuutarha.Harvest.Parser.parse_plant(yield.plant) %> - <%= yield.amount %> - <%= yield.unit %> + <%= yield.amount %> <%= yield.unit %> <%= live_redirect "Show", to: Routes.yield_show_path(@socket, :show, yield) %>