Sha256: 59a7c3d8f24d649b898a3270170ad54fd0bd617c06ec65a8431a5e57d592ad30
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 KB
Contents
<div id="gringotts" class="setup"> <div class="wrapper"> <div class="header"> <h1> Phone Verification When Signing In </h1> <p> Phone Verification makes your account extra secure. When you sign in, we’ll send a message to your mobile phone to make sure it’s really you. Ready to get started? </p> </div> <div class="content"> <div class="step"> <h2> Add your mobile phone <span class="step-number">1</span> </h2> </div> <%= form_for @settings, url: {action: "update"}, method: :post do |f| %> <%= f.text_field :phone_number %> <%= f.submit "Save and continue" %> or <%= link_to "Cancel setup", main_app.root_url %> <% end %> <%- if @settings.errors.any? %> <div class="error"> <%- @settings.errors.full_messages.each do |msg| %> <%= msg %> <% end %> </div> <% end %> </div><!-- /content --> </div><!-- /wrapper --> </div><!-- /gringotts setup -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gringotts-0.6.7 | app/views/gringotts/settings/setup.html.erb |
gringotts-0.6.5 | app/views/gringotts/settings/setup.html.erb |