From 2b4cc6765c91a4180d9860c9948d1c78c7b63144 Mon Sep 17 00:00:00 2001 From: Nicolas VARROT Date: Fri, 18 Mar 2016 15:31:57 +0100 Subject: [PATCH] Change color of negociated button --- app/views/public/needs/_need_item.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"