Sha256: 249aa388ac6e1b38baefe85b8b6d488dd9f5bf095b80c3bd48cbdd77fc97a69f
Contents?: true
Size: 554 Bytes
Versions: 7
Compression:
Stored size: 554 Bytes
Contents
<table class="table table-striped sortable"> <thead> <tr> <th>GEOID</th> <th>Name</th> <%= demographics_headers %> </th> </thead> <tbody> <% combined_statistical_areas.each do |combined_statistical_area| %> <tr> <td><%= combined_statistical_area.geoid %></td> <td><%= link_to combined_statistical_area.name, combined_statistical_area_path(combined_statistical_area) %></td> <%= demographics_cells(combined_statistical_area, round_area: 0) %> </tr> <% end %> </tbody> </table>
Version data entries
7 entries across 7 versions & 1 rubygems