Sha256: 701609ab06a896864b140616d03ada5ff7047da6a3222e9c051a64b0c72d7406
Contents?: true
Size: 301 Bytes
Versions: 4
Compression:
Stored size: 301 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
4 entries across 4 versions & 1 rubygems