Sha256: 1ece661a0186ecf1a4d372f0542198293e837a1294f06ed958965a32aa27b6ec

Contents?: true

Size: 535 Bytes

Versions: 12

Compression:

Stored size: 535 Bytes

Contents

= styles_for :opportunity

#create_opportunity{ hidden }

- if @users_with_opportunities.all.any? || @unassigned_opportunities.all.any?
  %ul
    = render :partial => "user_report", :collection => @users_with_opportunities
    - if @unassigned_opportunities.all.any?
      #unassigned
        .title
          %span#title
            = t(:unassigned_opportunities)
        %ul.list#opportunities
          = render :partial => "opportunities/opportunity", :collection => @unassigned_opportunities
- else
  = t(:no_opportunities_found)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fat_free_crm-0.13.6 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.5 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.4 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.3 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.12.3 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.12.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.12.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.13.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.12.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.11.4 app/views/users/opportunities_overview.html.haml