Sha256: 5ccce227a4dc0861054814403ce85df336273e88897dbe96b7927dd03a083abf

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

- add_title :my_subscription_information.l

%h2
  = current_user.plan.title
  .small= plan_charge_human current_user.plan, current_user.stripe_data.discount

= subscription_dl current_user.subscription

- if current_user.subscription.cancel_at_period_end
  %h3= :canceled.l

%h3= :abilities.l
= feature_abilities_table

%p
  = icon_button_to 'info btn-lg', 'arrow-right', :switch_plans.l, paid_up.plans_path, method: :get

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
paid_up-0.9.1 app/views/paid_up/subscriptions/index.html.haml
paid_up-0.9.0 app/views/paid_up/subscriptions/index.html.haml