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