Sha256: d952f33d70b1efe4ceab520a9854ac70348bfcc6af9631182f8225f39f1369ff

Contents?: true

Size: 227 Bytes

Versions: 3

Compression:

Stored size: 227 Bytes

Contents

<%= bs_table_tag do %>
  <tr>
    <th>Id</th>
    <th>Name</th>
  </tr>
  <tr>
    <td>1</td>
    <td>Art</td>
  </tr>
  <tr>
    <td>2</td>
    <td>Beth</td>
  </tr>
  <tr>
    <td>3</td>
    <td>Charles</td>
  </tr>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap-view-helpers-0.0.14 app/views/bootstrap_view_helpers/_table_example.html.erb
bootstrap-view-helpers-0.0.13 app/views/bootstrap_view_helpers/_table_example.html.erb
bootstrap-view-helpers-0.0.12 app/views/bootstrap_view_helpers/_table_example.html.erb