Sha256: 8d7f5b522f8c0dddf7e6260b5a93d250cbfab2d59d5f90196a880036e1919aad

Contents?: true

Size: 802 Bytes

Versions: 21

Compression:

Stored size: 802 Bytes

Contents

- add_title :my_subscription_information.l

- if current_user.stripe_data.delinquent
  %p= :account_is_delinquent.l
  %p= :to_enable_paid_features_subscribe.l(subscribe_link: paid_up.plans_path)
  %h3= :abilities.l
  = feature_abilities_table mode: :delinquent
  %p.hidden-print= icon_button_to 'info btn-lg', 'arrow-right', :choose_a_plan.l, paid_up.plans_path, method: :get
- else
  %h2
    = current_user.plan.title
    .small= plan_charge_human current_user.plan, current_user.stripe_data.discount
  = subscription_dl current_user.paid_up_subscription
  - if current_user.paid_up_subscription.cancel_at_period_end
    %h3= :canceled.l
  %h3= :abilities.l
  = feature_abilities_table
  %p.hidden-print= icon_button_to 'info btn-lg', 'arrow-right', :switch_plans.l, paid_up.plans_path, method: :get

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
paid_up-0.13.22 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.21 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.17 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.16 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.14 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.13 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.12 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.11 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.10 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.9 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.8 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.7 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.6 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.5 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.4 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.3 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.2 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.1 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.13.0 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.12.4 app/views/paid_up/subscriptions/index.html.haml