Sha256: 599a54899eec9ef394accd11e4cfa76b47932d3c7018a200c170e170e0174f68

Contents?: true

Size: 912 Bytes

Versions: 7

Compression:

Stored size: 912 Bytes

Contents

<%= breadcrumbs "Core Based Statistical Areas" %>

<ul class="nav nav-tabs">
  <li class="nav-item">
    <%= link_to "All", core_based_statistical_areas_path(breadcrumb_params.merge(tab: nil)), class: "nav-link #{'active' if @tab.blank?}" %>
  </li>
  <li class="nav-item">
    <%= link_to "Metropolitan Areas", core_based_statistical_areas_path(breadcrumb_params.merge(tab: "metropolitan")), class: "nav-link #{'active' if @tab == 'metropolitan'}" %>
  </li>
  <li class="nav-item">
    <%= link_to "Micropolitan Areas", core_based_statistical_areas_path(breadcrumb_params.merge(tab: "micropolitan")), class: "nav-link #{'active' if @tab == 'micropolitan'}" %>
  </li>
</ul>

<h1>
  <%= pluralize @core_based_statistical_areas.size, "Core Based Statistical Area" %>
</h1>

<%= render "table", core_based_statistical_areas: @core_based_statistical_areas, combined_statistical_area: @combined_statistical_area %>

Version data entries

7 entries across 7 versions & 1 rubygems

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