Sha256: 32dbf713665a99754be0d26a6746cca087c2fb77233b1e33df6a5416d86c940a
Contents?: true
Size: 704 Bytes
Versions: 1
Compression:
Stored size: 704 Bytes
Contents
<%= render :partial => 'spree/admin/shared/sub_menu/configuration' %> <% content_for :page_title do %> <%= Spree.t(:new_recurring) %> <% end %> <% content_for :page_actions do %> <%= button_link_to Spree.t(:back_to_recurrings_list), admin_recurrings_url, :icon => 'arrow-left' %> <% end %> <%= render :partial => 'spree/shared/error_messages', :locals => { :target => @recurring } %> <%= form_for @recurring, :url => admin_recurrings_url 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/recurrings/new.html.erb |