Sha256: c1961ee47da4fa212746bcc916fcc01ca101ee73164b3fd725ea907785fd1090
Contents?: true
Size: 455 Bytes
Versions: 2
Compression:
Stored size: 455 Bytes
Contents
<% title "Table Sample" %> <% select_tab "Tab 1" %> <table> <thead> <tr> <th>Name</th> <th>Address</th> <th>Awesomeness</th> </tr> </thead> <tbody> <tr> <td>Alan Johnson</td> <td> 107 This Way<br /> Paris, France </td> <td>Super</td> </tr> <tr> <td>John Doe<br/><em>Sysadmin</em></td> <td>France St.</td> <td>Somewhat</td> </tr> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
control_center-1.0.2 | test/rails/app/views/test/table.html.erb |
control_center-1.0.1 | test/rails/app/views/test/table.html.erb |