redirect somethingawful urls

This commit is contained in:
2022-08-08 15:58:25 +02:00
parent e7da164b3f
commit e8eaa2d77a
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<%= form_for @conn,
Routes.page_path(@conn, :to_forum_path), [as: :to], fn f -> %>
Something Awful URL: <%= url_input f, :forum_path %>
<%= submit "Redirect", class: "btn btn-sm" %>
<% end %>