Sha256: 9f6f11cc06a15929e615e7e2998ba0583f01298ca37897836531bc82203c993a
Contents?: true
Size: 862 Bytes
Versions: 2
Compression:
Stored size: 862 Bytes
Contents
<div id="gringotts" class="confirm"> <div class="wrapper"> <div class="header"> <h1> Phone Verification </h1> <p> You should be receiving a text message containing a <%= @code.length %>-digit number. Enter that number here to verify your phone number. </p> </div> <div class="content"> <h2> Enter the code we sent to your mobile phone </h2> <div class="phone-number"> (···) ··· <%= @gringotts.last_4 %> </div> <%= render :partial => "code_form" %> <div><!-- /something? --> </div><!-- /something else? --> </div> </div><!-- /wrapper --> <%- unless Rails.env.production? %> <div class="debug"> Expected Code [<%= @code %>] </div> <%- end %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gringotts-0.6.7 | app/views/gringotts/verification/verify.html.erb |
gringotts-0.6.5 | app/views/gringotts/verification/verify.html.erb |