Sha256: 7a363a0c27bbe6b32dda031801421c2fce5f17c64f7c68a6c8bef94c66035716

Contents?: true

Size: 1.3 KB

Versions: 21

Compression:

Stored size: 1.3 KB

Contents

= styles_for :task, :opportunity, :account

.title
  %span#title #{t :my_tasks}
%ul.list#tasks
  - unless @my_tasks.empty?
    = render :partial => "home/task", :collection => @my_tasks.limit(10)
    = show_hidden_entities_message(@my_tasks.count, 'task', 10)
  - else
    #{t :no_task_records}

.title
  %span#title #{t :my_opportunities}
%ul.list#opportunities
  - unless @my_opportunities.empty?
    = render :partial => "home/opportunity", :collection => @my_opportunities.limit(10)
    = show_hidden_entities_message(@my_opportunities.count, 'opportunity', 10)
  - else
    #{t :no_opportunity_records}

.title
  %span#title #{t :my_accounts}
%ul.list#accounts
  - unless @my_accounts.empty?
    = render :partial => "home/account", :collection => @my_accounts.limit(10)
    = show_hidden_entities_message(@my_accounts.count, 'account', 10)
  - else
    #{t :no_account_records}

.title_tools
  = link_to_inline(:options, url_for(:action => :options), :text => t(:options))

.title
  %span#title #{t :recent_activity}
  = image_tag("loading.gif", :size => :thumb, :id => "loading", :style => "display: none;")
.remote#options{ hidden }

%ul.list#activities
  - unless @activities.empty?
    = render :partial => "activity", :collection => @activities
  - else
    #{t :no_activity_records}


#export= render "shared/export"

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/home/index.html.haml
fat_free_crm-0.15.2 app/views/home/index.html.haml
fat_free_crm-0.16.4 app/views/home/index.html.haml
fat_free_crm-0.14.1 app/views/home/index.html.haml
fat_free_crm-0.15.1 app/views/home/index.html.haml
fat_free_crm-0.16.3 app/views/home/index.html.haml
fat_free_crm-0.16.2 app/views/home/index.html.haml
fat_free_crm-0.16.1 app/views/home/index.html.haml
fat_free_crm-0.16.0 app/views/home/index.html.haml
fat_free_crm-0.15.0 app/views/home/index.html.haml
fat_free_crm-0.15.0.beta.2 app/views/home/index.html.haml
fat_free_crm-0.15.0.beta app/views/home/index.html.haml
fat_free_crm-0.14.0 app/views/home/index.html.haml
reduced_fat_crm-0.15.0.beta app/views/home/index.html.haml
reduced_fat_crm-0.14.0 app/views/home/index.html.haml
fat_free_crm-0.13.6 app/views/home/index.html.haml
fat_free_crm-0.13.5 app/views/home/index.html.haml
fat_free_crm-0.13.4 app/views/home/index.html.haml
fat_free_crm-0.13.3 app/views/home/index.html.haml
fat_free_crm-0.13.2 app/views/home/index.html.haml