Sha256: e39e6b9491094c546c578b9ffca4c37960b30e229b7f8e3110636f62efc5cbe9

Contents?: true

Size: 825 Bytes

Versions: 7

Compression:

Stored size: 825 Bytes

Contents

<html>
  <head>
    <title>This is a title template</title>
  </head>
  <body>
    <h1>This is the header template</h1>
    <p id='time'>It is now <span data-ruhl='_swap:time'/> time</p>
    <table>
      <thead>
        <tr>
          <td>First Name</td>
          <td>Last Name</td>
          <td>Email</td>
        </tr>
      </thead>
      <tbody>
        <tr class='user_data' data-ruhl="_collection: user_list, class: user_id">
          <td data-ruhl="first_name">Andrew</td>
          <td data-ruhl="last_name">Stone</td>
          <td data-ruhl="email">andy@stonean.com</td>
        </tr>
      </tbody>
    </table>
    </ul>

    <ul id="ruby_urls">
      <li data-ruhl="_use: ruby_urls">
        <a href="http://rubytrends.com" data-ruhl="href: href, name">RubyTrends</a>
      </li>
    </ul>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruhl-1.3.6 spec/html/combination.html
ruhl-1.3.5 spec/html/combination.html
ruhl-1.3.4 spec/html/combination.html
ruhl-1.3.3 spec/html/combination.html
ruhl-1.3.2 spec/html/combination.html
ruhl-1.3.1 spec/html/combination.html
ruhl-1.3.0 spec/html/combination.html