mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-27 11:08:28 +00:00
8 lines
187 B
Elixir
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 %>
|