Sha256: adc0193924dbe9f7eb79592d9852df9016664702638bf2060f05f96320300d92

Contents?: true

Size: 523 Bytes

Versions: 15

Compression:

Stored size: 523 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

15 entries across 15 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.15.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.16.4 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.14.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.15.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.16.3 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.16.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.16.1 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.16.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.15.0 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.15.0.beta.2 app/views/users/opportunities_overview.html.haml
fat_free_crm-0.15.0.beta app/views/users/opportunities_overview.html.haml
fat_free_crm-0.14.0 app/views/users/opportunities_overview.html.haml
reduced_fat_crm-0.15.0.beta app/views/users/opportunities_overview.html.haml
reduced_fat_crm-0.14.0 app/views/users/opportunities_overview.html.haml