Sha256: b76366e5d37a1d447a3f37fe98b6a4b1520b788690a02c8cf67388f98a28f3a8

Contents?: true

Size: 509 Bytes

Versions: 11

Compression:

Stored size: 509 Bytes

Contents

<h1><%=translate('muck.commerce.subscription_plan_edit_title') %></h1>
<%= output_errors('', {:class => 'help-box'}, @subscription_plan) %>
<% custom_form_for(@subscription_plan, :url => admin_subscription_plan_path, :html => { :method => :put }) do |f| -%>
  <%= render :partial => 'admin/subscription_plans/form', :locals => {:f => f, :subscription_plan => @subscription_plan} -%>
  <%= submit_tag t('muck.commerce.update') %>
<% 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/edit.html.erb
muck-commerce-0.2.7 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.6 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.5 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.4 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.3 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.2 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.1 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.2.0 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.1.9 app/views/admin/subscription_plans/edit.html.erb
muck-commerce-0.1.8 app/views/admin/subscription_plans/edit.html.erb