Sha256: be3010307c7ee600133af41931e5ae0cffc9b7a3a8437dc2a80e6190e286785b
Contents?: true
Size: 307 Bytes
Versions: 26
Compression:
Stored size: 307 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= content_for?(:publish_my_data_content) ? yield(:publish_my_data_content) : yield %> </body> </html>
Version data entries
26 entries across 26 versions & 1 rubygems