Sha256: b64f2f33736597d4fd35e6b1ba4c30e98a653ab71d413955d6e791b48af27a6a
Contents?: true
Size: 674 Bytes
Versions: 1
Compression:
Stored size: 674 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dummy</title> <link href="/assets/application.css" media="all" rel="stylesheet" type="text/css" /> <script src="/assets/application.js" type="text/javascript"></script> </head> <body> <h1>Categories</h1> <a href="/categories/new">New</a> <ul> <li class="category" id="category_1"> wood - 0 <a href="/categories/1/edit" id="category_1">Edit</a> </li> <li class="category" id="category_2"> category_1 - 0 <a href="/categories/2/edit" id="category_2">Edit</a> </li> <li class="category" id="category_3"> category_2 - 2 <a href="/categories/3/edit" id="category_3">Edit</a> </li></ul> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
token_field-2.0.0 | spec/dummy/tmp/capybara/screenshot_2015-10-26-17-02-58.538.html |