Files
something-erlang/lib/something_erlang_web/templates/page/index.html.heex

6 lines
198 B
Plaintext
Raw Normal View History

2022-08-08 15:58:25 +02:00
<%= 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 %>