Sha256: a567f236c542b8fbe3f248a44531b6152e624b2e91011fd005b520210cf5474c
Contents?: true
Size: 440 Bytes
Versions: 10
Compression:
Stored size: 440 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> <%= javascript_include_tag "application", "data-turbolinks-track" => true %> <%= csrf_meta_tags %> </head> <body> <% if !flash.empty? -%> <% flash.each do |name, msg| -%> <%= content_tag :div, msg, id: "flash#{name}"%> <% end %> <% end %> <%= yield %> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems