Sha256: b4b98e92d97126167c44ce81a73351ee3eba915ac46867ec05dfc7630d8eaee7
Contents?: true
Size: 340 Bytes
Versions: 5
Compression:
Stored size: 340 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
5 entries across 5 versions & 1 rubygems