Sha256: 1c717848676d4799446cd640bf5cd15407536f66297ada9616a641b5ae2e4495
Contents?: true
Size: 600 Bytes
Versions: 4
Compression:
Stored size: 600 Bytes
Contents
<% content_for(:page_title) { t('.title') } %> <% content_for :page_actions do %> <li><%= button_link_to t('.back'), admin_subscriptions_path %></li> <% end %> <% content_for :sidebar_title do %> Details <% end %> <% content_for :sidebar do %> <%= render 'spree/admin/subscriptions/legacy_sidebar' if @subscription.respond_to?(:line_item) %> <% end %> <%= form_for @subscription, url: spree.admin_subscription_path(@subscription) do |f| %> <% if f.object.respond_to?(:line_items) %> <%= render "form", f: f %> <% else %> <%= render "legacy_form", f: f %> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems