Sha256: d56b3afbd7a3ed7db3bded73df5f284d785cfeba6a599bdaa91b04f2c369bbd1
Contents?: true
Size: 1.09 KB
Versions: 21
Compression:
Stored size: 1.09 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) = hook(:account_bottom, self, :account => account)
Version data entries
21 entries across 21 versions & 2 rubygems