Sha256: 5837939fece5cc725eed5782db0be51457a78baf277638273f185f941e243ff5
Contents?: true
Size: 504 Bytes
Versions: 26
Compression:
Stored size: 504 Bytes
Contents
<table class="table <%= table_class %>"> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> <tr> <td>1</td> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> <td>2</td> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> <td>3</td> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> </tr> </tbody> </table>
Version data entries
26 entries across 26 versions & 1 rubygems