Sha256: d110767787178ab2bab89e361e61d0d23ea4b96b08190a2278b9e0991d5d8fa6

Contents?: true

Size: 1.56 KB

Versions: 21

Compression:

Stored size: 1.56 KB

Contents

- amount = account.opportunities.pipeline.map(&:weighted_amount).sum
%li.highlight[account]
  - if account.category
    .strip{:class => account.category} #{t(account.category)}
  - else
    .strip{:style => "color: gray;"} #{t :other}

  %ul.tools
    = hook(:account_tools_before, self, :account => account)

    - if can?(:update, account)
      %li= link_to_edit(account)

    - if can?(:destroy, account)
      %li= link_to_delete(account)

  .indent
    = link_to(account.name, account)
    - if amount != 0.0
      %span.amount= number_to_currency(amount, :precision => 0)
    –
    %tt
      = account.location << ", " unless account.location.blank?
      - user_name = account.user.try(:full_name)
      - if user_name
        = t(:added_by, :time_ago => timeago(account.created_at), :user => h(user_name)).html_safe << " | "
      - else
        = t(:added_ago, :value => timeago(account.created_at)).html_safe << " | "
      = t('pluralize.contact', account.contacts.count) << " | "
      = t('pluralize.opportunity', account.opportunities.count)

    %dt
      = stars_for(account)
      = " | ".html_safe << link_to(account.website, account.website.to_url) if account.website.present?
      = " | ".html_safe << link_to_email(account.email) if account.email.present?
      = " | ".html_safe << t(:phone_small) << ": " << (account.toll_free_phone? ? account.toll_free_phone : account.phone) if account.toll_free_phone? || account.phone?

    - if account.tag_list.present?
      %dt
        .tags= tags_for_index(account)

    = hook(:account_bottom, self, :account => account)

Version data entries

21 entries across 21 versions & 2 rubygems

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