Sha256: d41f1064db4bb5e552d26ddf500f97cb5211b30a124a620710d4bd05620534c2

Contents?: true

Size: 434 Bytes

Versions: 7

Compression:

Stored size: 434 Bytes

Contents

<table class="table table-striped sortable">
  <thead>
    <tr>
      <th>ID</th>
      <th>Name</th>
      <%= demographics_headers %>
    </th>
  </thead>
  <tbody>
    <% regions.each do |region| %>
      <tr>
        <td><%= region.id %></td>
        <td><%= link_to region.name, region_path(region, breadcrumb_params) %></td>
        <%= demographics_cells(region, round_area: 0) %>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
us_geo-2.1.1 explorer_app/app/views/regions/_table.html.erb
us_geo-2.1.0 explorer_app/app/views/regions/_table.html.erb
us_geo-2.0.4 explorer_app/app/views/regions/_table.html.erb
us_geo-2.0.3 explorer_app/app/views/regions/_table.html.erb
us_geo-2.0.2 explorer_app/app/views/regions/_table.html.erb
us_geo-2.0.1 explorer_app/app/views/regions/_table.html.erb
us_geo-2.0.0 explorer_app/app/views/regions/_table.html.erb