Sha256: 57eca3edc806c78fe96b459f37049c08ba28a4c4979aab020dd91090332ee4ee

Contents?: true

Size: 470 Bytes

Versions: 3

Compression:

Stored size: 470 Bytes

Contents

<% @organizations.group_by(&:classification).each do |classification,organizations| %>
  <section>
    <header>
      <h1>
        <%=t classification, count: organizations.size, scope: [:popolo, :organizations, :classifications], default: classification %>
      </h1>
    </header>
    <ol>
      <% organizations.each do |organization| %>
        <li>
          <%= link_to organization, organization %>
        </li>
      <% end %>
    </ol>
  </section>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
popolo-0.1.1 app/views/popolo/organizations/index.html.erb
popolo-0.1.0 app/views/popolo/organizations/index.html.erb
popolo-0.0.3 app/views/popolo/organizations/index.html.erb