X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Ftemplates%2Fakkoma_api%2Ffrontend_switcher%2Fswitch.html.eex;fp=lib%2Fpleroma%2Fweb%2Ftemplates%2Fakkoma_api%2Ffrontend_switcher%2Fswitch.html.eex;h=a0b0a23616696de61c1bc5da15f52ed419549115;hb=85048781871efe8c9abda3f2ca44b7e17f8ab84c;hp=0000000000000000000000000000000000000000;hpb=fef4bae0067fcd6e102e3d625390e8ae909c6bb8;p=akkoma diff --git a/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex b/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex new file mode 100644 index 000000000..a0b0a2361 --- /dev/null +++ b/lib/pleroma/web/templates/akkoma_api/frontend_switcher/switch.html.eex @@ -0,0 +1,10 @@ +

Switch Frontend

+ +

After you submit, you will need to refresh manually to get your new frontend!

+ +<%= form_for @conn, Routes.frontend_switcher_path(@conn, :do_switch), fn f -> %> + <%= select(f, :frontend, @choices) %> + + <%= submit do: "submit" %> +<% end %> +