Show Yield
<%= if @live_action in [:edit] do %>
<.modal return_to={Routes.yield_show_path(@socket, :show, @yield)}>
<.live_component
module={OsuuspuutarhaWeb.YieldLive.FormComponent}
id={@yield.id}
title={@page_title}
action={@live_action}
yield={@yield}
return_to={Routes.yield_show_path(@socket, :show, @yield)}
/>
<% end %>
-
Date:
<%= @yield.date %>
-
Plant:
<%= @yield.plant %>
-
Amount:
<%= @yield.amount %>
-
Unit:
<%= @yield.unit %>
<%= live_patch "Edit", to: Routes.yield_show_path(@socket, :edit, @yield), class: "button" %> |
<%= live_redirect "Back", to: Routes.yield_index_path(@socket, :index) %>