mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-18 00:17:25 +00:00
6 lines
280 B
Plaintext
6 lines
280 B
Plaintext
|
|
<%= render :partial => 'spree/shared/error_messages', :locals => { :target => @distributor } %>
|
|
<%= form_for [:admin, @distributor] do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= render :partial => 'spree/admin/shared/edit_resource_links' %>
|
|
<% end %> |