Sha256: 9ffc4465de4efb0702db0b1a07f9e1016d93f66cd377473b06624b1f7ac5940e

Contents?: true

Size: 479 Bytes

Versions: 11

Compression:

Stored size: 479 Bytes

Contents

<h1><%=translate('muck.commerce.subscription_plan_new_title') %></h1>
<%= output_errors('', {:class => 'help-box'}, @subscription_plan) %>
<% custom_form_for(:subscription_plan, :url => admin_subscription_plans_path) do |f| -%>
  <%= render :partial => 'admin/subscription_plans/form', :locals => {:f => f, :subscription_plan => @subscription_plan} -%>
  <%= submit_tag t('muck.commerce.create') %>
<% end -%>
<%= link_to t('muck.commerce.back'), admin_subscription_plans_path %>

Version data entries

11 entries across 11 versions & 1 rubygems

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