Sha256: 08cd9acb11c7c970b15023535ad4a7a8626d26cc6997aef43efa54d27a5048a9
Contents?: true
Size: 600 Bytes
Versions: 5
Compression:
Stored size: 600 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" %> </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
5 entries across 5 versions & 1 rubygems