Sha256: e67dad8e2c2dad415a505379583e089a7948b19fe5955fd3485054452994f515
Contents?: true
Size: 593 Bytes
Versions: 5
Compression:
Stored size: 593 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" %> </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