Sha256: 195c5e2c2662148994f453465fcfdbd4214f3f018afb8bdb41d99e663175e68a
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
<div class="code"> <%= form_for @attempt, url: attempt_url, method: :post, :html=> {:id => 'new_attempt'} do |f| %> <%= f.text_field :code_received %> <%= f.submit "Verify Code" %> <% end %> <%- if flash[:gringotts_error] %> <div class="error"> Code was incorrect. A new code has been sent to your phone. Please try again. </div> <%- end %> </div><!-- /code -->
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gringotts-0.6.7 | app/views/gringotts/verification/_code_form.html.erb |
gringotts-0.6.5 | app/views/gringotts/verification/_code_form.html.erb |