Sha256: 4b9cdee82525dd67141e8e753123a533c2363fcfc262372eba061cf374bb6cb2

Contents?: true

Size: 565 Bytes

Versions: 4

Compression:

Stored size: 565 Bytes

Contents

- donation_kit = @donation_kit || @store_organization.kit(:regular_donation)
.row
  .span6.offset3#donate-now-container
    #donate-now-header
      .center
        %h4="Donate to"
        %h1="#{@store_organization.name}"

    - if donation_kit.about_organization_text.present?
      .organization-about
        = donation_kit.about_organization_text.html_safe
        %hr

    - if donation_kit.donation_ask_text.present?
      .donation-ask
        = donation_kit.donation_ask_text.html_safe
        %hr
    #donate-now
      = render 'store/shared/donate_form'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/store/donations/index.html.haml
artfully_ose-1.2.0.beta.1 app/views/store/donations/index.html.haml
artfully_ose-1.2.0.alpha.2 app/views/store/donations/index.html.haml
artfully_ose-1.2.0.alpha.1 app/views/store/donations/index.html.haml