Sha256: 02b2268e890713762aaee09cfa7320e0db9e030429ed5362ac4438e04e21d613

Contents?: true

Size: 531 Bytes

Versions: 12

Compression:

Stored size: 531 Bytes

Contents

<%= f.text_field :name, { :label => t('muck.commerce.subscription_plan_name' ) } %>
<%= f.text_field :sku, { :label => t('muck.commerce.subscription_plan_sku' ) } %>
<%= f.text_field :amount, { :label => t('muck.commerce.subscription_plan_amount'),
                            :tip => t('muck.commerce.subscription_plan_amount_tip') } %>
<%= f.text_field :renewal_period, { :label => t('muck.commerce.subscription_renewal_period' ) } %>
<%= f.text_field :trial_period, { :label => t('muck.commerce.subscription_trial_period' ) } %>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
muck-commerce-3.0.1 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.8 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.7 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.6 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.5 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.4 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.3 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.2 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.1 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.2.0 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.1.9 app/views/admin/subscription_plans/_form.html.erb
muck-commerce-0.1.8 app/views/admin/subscription_plans/_form.html.erb