Sha256: f28912ee5271656a956d18ff5e588f9de54031131f2d3d762a28095bc6dbc0a7
Contents?: true
Size: 642 Bytes
Versions: 9
Compression:
Stored size: 642 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>RailsApp</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