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

8 lines
187 B
Elixir
Raw Normal View History

2023-03-28 11:44:52 +00:00
<h2>Switch Frontend</h2>
<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
<%= select(f, :frontend, @choices) %>
<%= submit do: "submit" %>
<% end %>