Sha256: c965d315b2c2fb6fcbb8bcd63b6abbfba7e805722ae281705126ab4c6fd883ee

Contents?: true

Size: 233 Bytes

Versions: 9

Compression:

Stored size: 233 Bytes

Contents

.categories-show.max-width
  .header
    %h2.title Category/Tag `#{@category.slug}`

  .leads
    %h3 Leads (#{@category.leads.length})
    %ol
      - @category.leads.each do |lead|
        %li= link_to lead.email, lead_path(lead)

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ish_manager-0.1.8.428 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.427 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.426 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.425 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.424 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.423 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.422 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.421 app/views/ish_manager/categories/show.haml
ish_manager-0.1.8.420 app/views/ish_manager/categories/show.haml