Sha256: e5e2cee76b84ade32aef82d35ffe06277e2044dea8948523fc016cc7a1759d5d
Contents?: true
Size: 1.06 KB
Versions: 2
Compression:
Stored size: 1.06 KB
Contents
<div id="gringotts" class="success"> <div class="wrapper"> <div class="header"> <h1>Phone Verification</h1> <p> Every time you log in, we will send you a text message with a code. You will need to enter that code in order to access your account. </p> </div> <div class="content"> <div class="step"> <h2> Phone verification is <strong>ON</strong> for your account <span class="step-number">✓</span> </h2> </div> <p> Your phone number is set up as: </p> <div class="phone-number"> (<span class="dots">•••</span>) <span class="dots">•••</span> <%= @gringotts.last_4 %> </div> <%= button_to "Turn off verification", gringotts_engine.disable_path, class: "disable button" %> <%= link_to "Change phone number", gringotts_engine.setup_path, class: "change" %> </div><!-- /content --> </div><!-- /wrapper--> </div><!-- /gringotts success -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gringotts-0.6.7 | app/views/gringotts/verification/success.html.erb |
gringotts-0.6.5 | app/views/gringotts/verification/success.html.erb |