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