Sha256: 85d4fb15db7f00f15c94203f104af818ce39076d17c0909d7fa2e179fac31526
Contents?: true
Size: 835 Bytes
Versions: 24
Compression:
Stored size: 835 Bytes
Contents
%h1 Unsubscribes: #{@dispatch.subject} = render :partial => "show_nav" = render :partial => "header", :locals => {:dispatch => @dispatch} .inner-form.with-wide-sidebar .column.wide-side %strong= @unsubscribes.total_entries unsubscribes %br/ %strong= number_to_percentage((@unsubscribes.total_entries.to_f / @dispatch.messages.count) * 100.0, :precision => 2) unsubscribed .column.main-small.last %ul.item-list-compact - @unsubscribes.each do |unsubscribe| = big_list_item do .item-title %strong= mail_to unsubscribe.email, unsubscribe.email, :target => "_" %small unsubscribed on #{unsubscribe.created_at.strftime('%B %e, %Y at %I:%M%p')} .spacer .spacer = render :partial => "forge/shared/section_footer", :locals => {:items => @unsubscribes}
Version data entries
24 entries across 24 versions & 1 rubygems