Sha256: 3bcb35df64ca8549ec34819fc960e2a830f84381a77f7e6a074dc4b81f7b2123
Contents?: true
Size: 650 Bytes
Versions: 9
Compression:
Stored size: 650 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>AuthyDeviseDemo</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> <%=javascript_include_tag "https://www.authy.com/form.authy.min.js" %> <%=stylesheet_link_tag "https://www.authy.com/form.authy.min.css" %> <%=javascript_include_tag "devise_authy.js" %> </head> <body> <% if flash[:notice] %> <div id="notice"> <%= flash[:notice] %> </div> <% end %> <% if flash[:error] %> <div class='alert alert-error'> <%= flash[:error] %> </div> <% end %> <%= yield %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems