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? %>