Sha256: 07dfdb8c221c588178fa256eb691297b6c89cd9c1aa4e096ff9085e798c10837
Contents?: true
Size: 650 Bytes
Versions: 995
Compression:
Stored size: 650 Bytes
Contents
<%= pb_rails("table") do %> <thead> <tr> <th>Column 1</th> <th>Column 2</th> <th>Column 3</th> <th>Column 4</th> <th>Column 5</th> </tr> </thead> <tbody> <tr> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> <tr align="center"> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> <tr align="right"> <td>Value 1</td> <td>Value 2</td> <td>Value 3</td> <td>Value 4</td> <td>Value 5</td> </tr> </tbody> <% end %>
Version data entries
995 entries across 995 versions & 2 rubygems