Sha256: 407c601307d5d5c19edf9733160602f75d758d985396786d751f9e5ceeca6ab4

Contents?: true

Size: 342 Bytes

Versions: 4

Compression:

Stored size: 342 Bytes

Contents

.leadsets-index
  %h5 Leadsets

  %ul
    - @leadsets.each do |leadset|
      %li.flex-row
        .gray= leadset.id.to_s
          
        = link_to "[view]", leadset_path(leadset)
        %ul
          %li <b>company_url:</b> #{leadset.company_url}
          %li <b>serverhosts:</b> #{leadset.serverhosts.map(&:name).join(",")}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wco_hosting-0.0.0.4 app/views/wco_hosting/leadsets/index.haml
wco_hosting-0.0.0.3 app/views/wco_hosting/leadsets/index.haml
wco_hosting-0.0.0.2 app/views/wco_hosting/leadsets/index.haml
wco_hosting-0.0.0.1 app/views/wco_hosting/leadsets/index.haml