mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 18:51:38 +00:00
Add note telling people to refresh
This commit is contained in:
parent
a079ec3a3c
commit
9e8e7cc13e
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
||||||
<h2>Switch Frontend</h2>
|
<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 -> %>
|
<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %>
|
||||||
<%= select(f, :frontend, @choices) %>
|
<%= select(f, :frontend, @choices) %>
|
||||||
|
|
||||||
<%= submit do: "submit" %>
|
<%= submit do: "submit" %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue