Skip to content

Instantly share code, notes, and snippets.

@PJZ9n
Created November 19, 2020 17:01
Show Gist options
  • Save PJZ9n/09cd62296f18cb83a745f23ddadf4da5 to your computer and use it in GitHub Desktop.
Save PJZ9n/09cd62296f18cb83a745f23ddadf4da5 to your computer and use it in GitHub Desktop.
<div class="text-center">
<div class="container">
<%= bootstrap_form_with url: '/test1' do |f| %>
<%= f.email_field :email %>
<%= f.password_field :password %>
<%= f.check_box :remember_me %>
<br>
<%= invisible_recaptcha_tags text: '<i class="fas fa-paper-plane"></i> 送信', class: 'btn btn-success' %>
<% end %>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment