Add note telling people to refresh

This commit is contained in:
FloatingGhost 2023-04-14 16:55:48 +01:00
parent a079ec3a3c
commit 9e8e7cc13e
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
<h2>Switch Frontend</h2>
<h3>After you submit, you will need to refresh manually to get your new frontend!</h3>
<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
<%= select(f, :frontend, @choices) %>
<%= submit do: "submit" %>
<% end %>