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.18.0 spec/html/if.html
ruhl-0.17.0 spec/html/if.html
ruhl-0.16.0 spec/html/if.html
ruhl-0.15.0 spec/html/if.html
ruhl-0.14.0 spec/html/if.html
ruhl-0.13.0 spec/html/if.html
ruhl-0.12.1 spec/html/if.html
ruhl-0.12.0 spec/html/if.html
ruhl-0.11.2 spec/html/if.html
ruhl-0.11.1 spec/html/if.html
ruhl-0.11.0 spec/html/if.html
ruhl-0.10.1 spec/html/if.html
ruhl-0.10.0 spec/html/if.html
ruhl-0.9.7 spec/html/if.html
ruhl-0.9.6 spec/html/if.html
ruhl-0.9.5 spec/html/if.html
ruhl-0.9.4 spec/html/if.html
ruhl-0.9.3 spec/html/if.html
ruhl-0.9.2 spec/html/if.html
ruhl-0.9.1 spec/html/if.html