Sha256: 56250c1abaccdf0c7f7701f3b65afc13a1f837a18ff04411163295c696518175
Contents?: true
Size: 589 Bytes
Versions: 44
Compression:
Stored size: 589 Bytes
Contents
<html> <head> <title>This is a title template</title> </head> <body> <h1>This is the header template</h1> <table data-ruhl="_if: users?"> <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="_if: email">andy@stonean.com</td> </tr> </table> <p data-ruhl="_unless: users?, no_users_message"/> </body> </html>
Version data entries
44 entries across 44 versions & 1 rubygems
Version | Path |
---|---|
ruhl-0.9.0 | spec/html/if.html |
ruhl-0.8.2 | spec/html/if.html |
ruhl-0.8.1 | spec/html/if.html |
ruhl-0.8.0 | spec/html/if.html |