Sha256: 9f88c4648dcc54390f7aeb7759d9385b1002bd4ce0348ecf51ab77ece105cd8b

Contents?: true

Size: 591 Bytes

Versions: 18

Compression:

Stored size: 591 Bytes

Contents

.panel.panel-default{class: (selected_class if selected)}
  .panel-heading.text-center
    %h3= plan[:name]
    %p= plan[:description]
  .panel-body
    %p Includes features

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

    %hr
    .visible-when-unselected.text-center
      = link_to 'Select', '#', class: 'btn btn-default btn-select-plan'

    .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

18 entries across 18 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.2.2 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.2.1 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.2.0 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.1.7 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.1.6 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.1.4 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.1.3 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.1.0 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.0.4 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.0.3 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.0.2 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta4 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta3 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta2 app/views/effective/subscriptions/_plan.html.haml
effective_orders-4.0.0beta1 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.0.1 app/views/effective/subscriptions/_plan.html.haml
effective_orders-3.0.0 app/views/effective/subscriptions/_plan.html.haml