Sha256: 7338bc6473c33bf4687c05a22a9f3da338f20d45a9dcae5043dafba5d94fcaec
Contents?: true
Size: 731 Bytes
Versions: 18
Compression:
Stored size: 731 Bytes
Contents
<%= render :partial => 'spree/admin/shared/configuration_menu' %> <% content_for :page_title do %> <%= Spree.t(:new_plan) %> <% end %> <% content_for :page_actions do %> <li> <%= button_link_to Spree.t(:back_to_plans_list), admin_recurring_plans_path(@recurring), :icon => 'icon-arrow-left' %> </li> <% 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="filter-actions actions"> <%= button Spree.t(:create), 'icon-ok' %> </div> </fieldset> <% end %>
Version data entries
18 entries across 18 versions & 1 rubygems