Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Created July 8, 2017 16:07
Show Gist options
  • Save shankardevy/b7172ed40bd3ff1c063ac45e4e97d802 to your computer and use it in GitHub Desktop.
Save shankardevy/b7172ed40bd3ff1c063ac45e4e97d802 to your computer and use it in GitHub Desktop.
<div class="admin-login col-md-4 col-md-offset-4">
<%= form_for @conn, admin_session_path(@conn, :send_link), [as: :session], fn f -> %>
<div class="form-group">
<%= text_input f, :email, placeholder: "Email", class: "form-control" %>
</div>
<%= submit "Send login link", class: "btn btn-primary pull-right" %>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment