Sha256: cdc7b326d8d048d5f26b257adc5bfe2f5803cde22577321fb92b4cb0ee94eb2b
Contents?: true
Size: 1.09 KB
Versions: 5
Compression:
Stored size: 1.09 KB
Contents
%li.highlight[opportunity] - if opportunity.stage .strip{class: opportunity.stage}= t(opportunity.stage) - else .strip.white #{t :other} %ul.tools - if can?(:update, opportunity) %li= link_to_edit(opportunity) - if shown_on_landing_page? %li= link_to_discard(opportunity) - if can?(:destroy, opportunity) %li= link_to_delete(opportunity) .indent = link_to_if can?(:read, opportunity), opportunity.name, opportunity - if (account = opportunity.account) && account.id == #{t :from} #{link_to_if can?(:read, account), account.name, account_path(account)} %tt – - user_name = opportunity.user.try(:full_name) - if user_name = t(:added_by, time_ago: timeago(opportunity.created_at), user: h(user_name)).html_safe - else = t(:added_ago, value: timeago(opportunity.created_at)).html_safe %dt = opportunity_revenue_message(opportunity, true) - if opportunity.tags.present? %dt .tags= tags_for_index(opportunity) = hook(:opportunity_bottom, self, opportunity: opportunity)
Version data entries
5 entries across 5 versions & 1 rubygems