1
0
Fork 0
forked from mirrors/akkoma
amputoma/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex

11 lines
276 B
Elixir
Raw Normal View History

2023-03-28 13:44:52 +02:00
<h2>Switch Frontend</h2>
2023-04-14 17:55:48 +02:00
<h3>After you submit, you will need to refresh manually to get your new frontend!</h3>
2023-03-28 13:44:52 +02:00
<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
<%= select(f, :frontend, @choices) %>
<%= submit do: "submit" %>
<% end %>
2023-04-14 17:55:48 +02:00