Sha256: babc491e5cae0c71448dd3870a37fe1a390715cc0fff2993ca437574a77a6b6d
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <div id="alerts"> <% flash.keys.each do |key| %> <%= content_tag :p, flash[key], :id => key %> <% end %> </div> <%= yield %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-otp-1.0.0 | test/dummy/app/views/layouts/application.html.erb |