diff --git a/lib/osuuspuutarha_web/live/yield_live/index.html.heex b/lib/osuuspuutarha_web/live/yield_live/index.html.heex index 783e92e..8639830 100644 --- a/lib/osuuspuutarha_web/live/yield_live/index.html.heex +++ b/lib/osuuspuutarha_web/live/yield_live/index.html.heex @@ -13,6 +13,8 @@ <% end %> +<%= live_patch "New Yield", to: Routes.yield_index_path(@socket, :new) %> + @@ -39,5 +41,3 @@ <% end %>
- -<%= live_patch "New Yield", to: Routes.yield_index_path(@socket, :new) %>