add selection UI
[akkoma] / lib / pleroma / web / templates / akkoma_api / frontend_switcher / switch.html.eex
1 <h2>Switch Frontend</h2>
2
3 <%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
4 <%= select(f, :frontend, @choices) %>
5
6 <%= submit do: "submit" %>
7 <% end %>