Sha256: ed6d7e9ff2c7a399e4cd4ff999b664d540bb86646a4bfba4c30e7800e9e8b889
Contents?: true
Size: 310 Bytes
Versions: 1
Compression:
Stored size: 310 Bytes
Contents
<% content_for(:page_title) { t('.title') } %> <% content_for :page_actions do %> <li><%= button_link_to t('.back'), admin_subscriptions_path %></li> <% end %> <%= form_for @subscription, url: spree.admin_subscriptions_url, class: "row" do |f| %> <%= render "form", f: f, new: true %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_subscriptions-alpha-0.0.4 | app/views/spree/admin/subscriptions/new.html.erb |