legendary-doc-site/apps/content/lib/content_web/templates/menus/edit.html.eex
2020-07-22 19:22:44 +00:00

5 lines
291 B
Elixir

<div data-react-component="MenuEditor" data-react-props="<%= %{menu: @menu, posts: @posts, categories: @categories, id: @id} |> Phoenix.json_library().encode!() |> Base.encode64() %>">
</div>
<%= form_for @conn, Routes.menus_path(@conn, :update, @id), [method: :put], fn _f -> %>
<% end %>