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-1.3.6 spec/html/if_on_collection.html
ruhl-1.3.5 spec/html/if_on_collection.html
ruhl-1.3.4 spec/html/if_on_collection.html
ruhl-1.3.3 spec/html/if_on_collection.html
ruhl-1.3.2 spec/html/if_on_collection.html
ruhl-1.3.1 spec/html/if_on_collection.html
ruhl-1.3.0 spec/html/if_on_collection.html
ruhl-1.2.0 spec/html/if_on_collection.html
ruhl-1.1.1 spec/html/if_on_collection.html
ruhl-1.1.0 spec/html/if_on_collection.html
ruhl-1.0.0 spec/html/if_on_collection.html
ruhl-0.26.1 spec/html/if_on_collection.html
ruhl-0.26.0 spec/html/if_on_collection.html
ruhl-0.25.0 spec/html/if_on_collection.html
ruhl-0.24.0 spec/html/if_on_collection.html
ruhl-0.23.0 spec/html/if_on_collection.html
ruhl-0.22.0 spec/html/if_on_collection.html
ruhl-0.21.0 spec/html/if_on_collection.html
ruhl-0.20.0 spec/html/if_on_collection.html
ruhl-0.19.0 spec/html/if_on_collection.html