Sha256: b1c7f1810ce0bb8b5146fdbe5f8eb2f23b00036fe230da7b15a9b97f13e0585d
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
<html> <head> <title>This is a title template</title> </head> <body> <h1>This is the header template</h1> <div data-ruhl="_render_if: has_users?"> <table> <thead> <tr> <td>First Name</td> <td>Last Name</td> <td>Email</td> </tr> </thead> <tr data-ruhl="_collection: user_list"> <td data-ruhl="first_name">Andrew</td> <td data-ruhl="last_name">Stone</td> <td data-ruhl="email">andy@stonean.com</td> </tr> </table> </div> </ul> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruhl-0.7.0 | spec/html/render_if.html |
ruhl-0.6.0 | spec/html/render_if.html |