Sha256: 1c90efed720a6b098d48e21687ff47c8e08523d9ab248001fc6ebb8660da1269

Contents?: true

Size: 575 Bytes

Versions: 32

Compression:

Stored size: 575 Bytes

Contents

- title 'Taxonomies'

.columns
  %section
    %ul.taxonomies-list.small-block-grid-1.medium-block-grid-2.large-block-grid-3
      - for taxonomy in @taxonomies
        %li
          %article.taxonomies-list-item
            = link_to push_type.taxonomy_path(taxonomy.name.underscore) do
              .title= taxonomy.title
              .meta
                - if taxonomy.exposed?
                  %span.label.success.radius Exposed
                - else
                  %span.label.secondary.radius Unexposed
                %span= pluralize taxonomy.all.count, 'term'

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
push_type_admin-0.9.5 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.3 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.2 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.1 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.0 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.0.beta.4 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.0.beta.3 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.9.0.beta.2 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.2 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.1 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.0 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.0.beta.3 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.0.beta.2 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.8.0.beta.1 app/views/push_type/taxonomies/index.html.haml.bak
push_type_admin-0.7.0 app/views/push_type/taxonomies/index.html.haml
push_type_admin-0.7.0.beta.1 app/views/push_type/taxonomies/index.html.haml
push_type_admin-0.6.0 app/views/push_type/taxonomies/index.html.haml
push_type_admin-0.6.0.beta.4 app/views/push_type/taxonomies/index.html.haml
push_type_admin-0.6.0.beta.3 app/views/push_type/taxonomies/index.html.haml
push_type_admin-0.6.0.beta.2 app/views/push_type/taxonomies/index.html.haml