blob: 274bbad7896ba9be6abeb89dcf077462e0e01e42 (
plain)
1
2
3
4
5
6
7
8
9
|
<% content_for(:page_title) { t('.title') } %>
<% content_for :sidebar_title do %>
Details
<% end %>
<%= form_for @subscription, url: spree.admin_subscription_path(@subscription) do |f| %>
<%= render "form", f: f %>
<% end %>
|