Sha256: f9659b21fbc241323caca9c2c5cf869bc1551b3791a19cf8fc0f98baf31d3432
Contents?: true
Size: 956 Bytes
Versions: 995
Compression:
Stored size: 956 Bytes
Contents
<%= pb_rails("table") do %> <thead> <tr> <th> </th> <th>Price</th> </tr> </thead> <tbody> <tr> <td shift="down">Total</td> <td> $12 <br/> $46 <br/> $25 <br/> ------- <br/> $83 </td> </tr> </tbody> <% end %> <br/> <%= pb_rails("table") do %> <thead> <tr> <th>Espresso Drinks</th> <th>Ingredients</th> </tr> </thead> <tbody> <tr> <td shift="up">Cappuccino</td> <td> Espresso <br/> Steamed Milk <br/> Milk Foam </td> </tr> <tr> <td shift="up">Macchiato</td> <td> Espresso <br/> Steamed Milk </td> </tr> <tr> <td shift="up">Mocha</td> <td> Espresso <br/> Hot Chocolate <br/> Steamed Milk </td> </tr> </tbody> <% end %>
Version data entries
995 entries across 995 versions & 2 rubygems