Add note telling people to refresh

This commit is contained in:
FloatingGhost 2023-04-14 16:55:48 +01:00 committed by Gitea
parent d14db3c641
commit 5423c2b90f

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 %>