Created
November 19, 2020 17:01
-
-
Save PJZ9n/09cd62296f18cb83a745f23ddadf4da5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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