Sha256: b684031d74b2b8ccd738973b43587cbc49ab9d5fa127caae8a3c43172262f124
Contents?: true
Size: 339 Bytes
Versions: 6
Compression:
Stored size: 339 Bytes
Contents
<!DOCTYPE html> <html> <head> <%= javascript_include_tag "application" %> </head> <body> <div id="json" data-json="<%= {key: "value", test: [:one, :two, :three]}.to_json %>"></div> <span><%= "This makes sure it is preprocessed" %></span> <div id="test"></div> <script> //to be removed </script> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems