From 4ad11c1faff834e0bddada62aa4e60a9df638c35 Mon Sep 17 00:00:00 2001 From: Andrew Spinks Date: Sun, 22 Apr 2012 13:01:56 +1000 Subject: [PATCH] delete and edit distributors --- app/views/spree/admin/distributors/index.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/spree/admin/distributors/index.html.erb b/app/views/spree/admin/distributors/index.html.erb index 8c81569f1e..4307e02b6d 100644 --- a/app/views/spree/admin/distributors/index.html.erb +++ b/app/views/spree/admin/distributors/index.html.erb @@ -15,6 +15,8 @@ Description + + @@ -22,6 +24,10 @@ <%= link_to distributor.name, spree.admin_distributor_path(distributor) %> <%=distributor.description %> + + <%= link_to_edit distributor, :class => 'edit' %>   + <%= link_to_delete distributor %> + <% end %> <% if @distributors.empty? %>