Sha256: e31b926f744a28c8f3601c6a0868a02abe347f07fabda35ae1f1d384ad77ca21

Contents?: true

Size: 502 Bytes

Versions: 22

Compression:

Stored size: 502 Bytes

Contents

.card-header.text-center
  %h3= plan[:name]
  %p= plan[:description]

.card-body
  %p Includes features

  - if plan[:amount] == 0
    %p Free plan

  .visible-when-unselected.text-center
    = link_to 'Select', '#', class: 'btn btn-secondary', 'data-toggle': 'card'

  .visible-when-selected.text-center
    - if subscribed
      %p
        %strong Your current plan
    - else
      %p This is #{['an amazing', 'a great', 'an excellent', 'an exceptional', 'a marvelous', 'a wonderful'].sample} plan

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
effective_orders-4.0.6 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.5 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.4 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.3 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.2 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.1 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta19 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta18 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta17 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta16 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta15 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta14 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta13 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta12 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta11 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta10 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta9 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta8 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta7 app/views/effective/subscriptions/_plan.html.haml