Sha256: 3888c886f8ef746d030bbd92f74934b78509be4ffc8865702120baf38e5f31e4

Contents?: true

Size: 511 Bytes

Versions: 13

Compression:

Stored size: 511 Bytes

Contents

= styles_for :opportunity

#create_opportunity{ hidden }

- if @users_with_opportunities.any? || @unassigned_opportunities.any?
  %ul
    = render partial: "user_report", collection: @users_with_opportunities
    - if @unassigned_opportunities.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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.22.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.21.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.20.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.20.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.19.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.19.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.18.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.17.3 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.18.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.18.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.17.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.17.1 app/views/users/opportunities_overview.html.haml