Sha256: f7558ddafabc8deb9c23f588cdba20900489e1e85a57f0bf2a9dba438dda167b

Contents?: true

Size: 704 Bytes

Versions: 7

Compression:

Stored size: 704 Bytes

Contents

<table class="table table-striped sortable">
  <thead>
    <tr>
      <th>ID</th>
      <th>Name</th>
      <% unless defined?(region) && region %>
        <th>Region</th>
      <% end %>
      <%= demographics_headers %>
    </th>
  </thead>
  <tbody>
    <% divisions.each do |division| %>
      <tr>
        <td><%= division.id %></td>
        <td><%= link_to division.name, division_path(division, breadcrumb_params) %></td>
        <% unless defined?(region) && region %>
          <td><%= link_to division.region.name, region_path(division.region, breadcrumb_params) %></td>
        <% end %>
        <%= demographics_cells(division, 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/divisions/_table.html.erb
us_geo-2.1.0 explorer_app/app/views/divisions/_table.html.erb
us_geo-2.0.4 explorer_app/app/views/divisions/_table.html.erb
us_geo-2.0.3 explorer_app/app/views/divisions/_table.html.erb
us_geo-2.0.2 explorer_app/app/views/divisions/_table.html.erb
us_geo-2.0.1 explorer_app/app/views/divisions/_table.html.erb
us_geo-2.0.0 explorer_app/app/views/divisions/_table.html.erb