Sha256: b53cc0a22a5197de1922df98d2204a5d297bd90f1fbbd835985c84fbe5ce582a

Contents?: true

Size: 595 Bytes

Versions: 33

Compression:

Stored size: 595 Bytes

Contents

<html>
  <head>
    <title>This is a title template</title>
  </head>
  <body>
    <h1>This is the header template</h1>
    <table data-ruhl="_if: user_list">
      <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: user_list, no_users_message"/>
  </body>
</html>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ruhl-0.18.0 spec/html/if_on_collection.html
ruhl-0.17.0 spec/html/if_on_collection.html
ruhl-0.16.0 spec/html/if_on_collection.html
ruhl-0.15.0 spec/html/if_on_collection.html
ruhl-0.14.0 spec/html/if_on_collection.html
ruhl-0.13.0 spec/html/if_on_collection.html
ruhl-0.12.1 spec/html/if_on_collection.html
ruhl-0.12.0 spec/html/if_on_collection.html
ruhl-0.11.2 spec/html/if_on_collection.html
ruhl-0.11.1 spec/html/if_on_collection.html
ruhl-0.11.0 spec/html/if_on_collection.html
ruhl-0.10.1 spec/html/if_on_collection.html
ruhl-0.10.0 spec/html/if_on_collection.html