CJ_Clippy 856070cca1
Some checks failed
ci / build (push) Failing after 2m12s
ci / Tests & Checks (push) Failing after 6m10s
add archive% to /vtubers
2025-03-17 21:46:09 -08:00

15 lines
280 B
Elixir

defmodule BrightWeb.VtuberHTML do
use BrightWeb, :html
alias Bright.Vtubers
embed_templates "vtuber_html/*"
@doc """
Renders a vtuber form.
"""
attr :changeset, Ecto.Changeset, required: true
attr :action, :string, required: true
def vtuber_form(assigns)
end