diff --git a/app/views/public/needs/_need_item.html.haml b/app/views/public/needs/_need_item.html.haml index d144adc..3a4d724 100755 --- a/app/views/public/needs/_need_item.html.haml +++ b/app/views/public/needs/_need_item.html.haml @@ -65,7 +65,7 @@ -if(need.customers.include?(current_customer)) =link_to i(:"download") +" Voir les propositions", public_need_path(need), class: "btn btn-success pull-right" -else - =link_to i(:"times-circle") + " Négociation terminée", public_need_path(need) , class: "btn btn-success pull-right" + =link_to i(:"times-circle") + " Négociation terminée", public_need_path(need) , class: "btn btn-danger pull-right"