Sha256: 3dc7c82dea83fa9d390266e6429cde217cd2bca2d6fc96b3f6ee6a327b86c2b3
Contents?: true
Size: 775 Bytes
Versions: 2
Compression:
Stored size: 775 Bytes
Contents
<div class="ui centered middle aligned grid"> <div class="six wide column"> <h4 class="ui block top attached header">请注册</h4> <div class="ui bottom attached segment"> <%= form_with model: @user, url: mobile_path, html: {class: 'ui form'} do |f| %> <%= render 'shared/error_messages', target: @user %> <div class="inline field"> <%= text_field_tag :mobile, nil, placeholder: 'Mobile' %> <%= link_to 'Mobile Confirm', mobile_confirm_path, remote: true, id: 'mobile_confirm' %> </div> <div class="field"> <%= text_field_tag :token, nil, placeholder: 'Mobile Token' %> </div> <div class="field"> <%= submit_tag 'submit', class: 'ui button' %> </div> <% end %> </div> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_auth-1.0.5 | app/views/rails_auth_web/join/new_mobile.html.erb |
rails_auth-1.0.4 | app/views/rails_auth_web/join/new_mobile.html.erb |