redirect somethingawful urls
This commit is contained in:
@ -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 %>
|
||||
|
Reference in New Issue
Block a user