Sha256: 487a5d109994a126b98c98615c65cbfa449c2d3fff8ebb02566c440be6b1e54e

Contents?: true

Size: 627 Bytes

Versions: 5

Compression:

Stored size: 627 Bytes

Contents

.middle-box.text-center.loginscreen.animated.fadeInDown
  %div
    %div
      %h1.logo-name
        +
    %h3= @campaign.name
    %p
      = @campaign.try(:tagline)

    = simple_form_for(@subscriber, :url => campaign_subscriber_path(@campaign, @subscriber), method: :delete, html: {class: 'm-t', role: "form" }, :defaults => { :input_html => { :class => "form-control" } }) do |f|

      %h3
        = @subscriber.email

      = f.button :submit, "Unsubscribe now", :class => "btn btn-primary block full-width m-b", disable_with: "loading"


    %p.m-t
      %small
        = @campaign.name
        ©
        = Time.now.year

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
chaskiq-0.0.6 app/views/chaskiq/subscribers/delete.haml
chaskiq-0.0.5 app/views/chaskiq/subscribers/delete.haml
chaskiq-0.0.4 app/views/chaskiq/subscribers/delete.haml
chaskiq-0.0.3 app/views/chaskiq/subscribers/delete.haml
chaskiq-0.0.2 app/views/chaskiq/subscribers/delete.haml