Sha256: 3942d542f041134030c8c5af7a6886c00db987a8dc939559c1ba4f827c6a6e1a

Contents?: true

Size: 395 Bytes

Versions: 26

Compression:

Stored size: 395 Bytes

Contents

%li.highlight[campaign]
  .strip{:class => campaign.status}= t(campaign.status)

  %ul.tools
    - if can?(:update, campaign)
      %li= link_to_edit(campaign)

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

  .indent
    = link_to(campaign.name, campaign)
    = render "campaigns/status", :campaign => campaign

    = hook(:campaign_bottom, self, :campaign => campaign)

Version data entries

26 entries across 26 versions & 2 rubygems

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