Sha256: 879ddcd57bd55f7c08b839a159f84d127e9348855b49f365df1e5c4920a32300
Contents?: true
Size: 720 Bytes
Versions: 1
Compression:
Stored size: 720 Bytes
Contents
<%= render :partial => 'spree/admin/shared/sub_menu/configuration' %> <% content_for :page_title do %> <%= Spree.t(:new_plan) %> <% end %> <% content_for :page_actions do %> <%= button_link_to Spree.t(:back_to_plans_list), admin_recurring_plans_path(@recurring), :icon => 'arrow-left' %> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @plan } %> <%= form_for @plan, :url => admin_recurring_plans_path(@recurring) do |f| %> <fieldset class="no-border-top"> <%= render :partial => 'form', :locals => { :f => f } %> <div data-hook="buttons" class="form-actions"> <%= button Spree.t(:create), 'ok', {class: 'btn-success'} %> </div> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_account_recurring-2.0.0 | app/views/spree/admin/plans/new.html.erb |