Sha256: c93d37634f2a4526fade1b3f2bb5a11a110f1ff437c3b04b214c296f9807c95c

Contents?: true

Size: 217 Bytes

Versions: 7

Compression:

Stored size: 217 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>My Title</title>
  </head>
  <body>
    <h2>Issues</h2>
    <% issues.each do |issue| %>
      <p><%= markup(issue.text, liquid: true) %></p>
    <% end %>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dradis-html_export-4.14.0 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.13.0 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.11.1 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.10.1 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.10.0 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.9.1 spec/fixtures/files/liquid.html.erb
dradis-html_export-4.9.0 spec/fixtures/files/liquid.html.erb