akkoma/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex

8 lines
187 B
Elixir

<h2>Switch Frontend</h2>
<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
<%= select(f, :frontend, @choices) %>
<%= submit do: "submit" %>
<% end %>