Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e4c91dcf7a
@ -145,7 +145,7 @@
|
||||
-tr[:actions] = capture do
|
||||
%td.actions
|
||||
-if price_document.price_document_type.label == "Demande prix"
|
||||
=link_to i("bar-chart"), analyse_reponses_admin_price_document_path(price_document)
|
||||
=#link_to i("bar-chart"), analyse_reponses_admin_price_document_path(price_document)
|
||||
-if !price_document.imported
|
||||
-if current_admin.has_permission?("payments")
|
||||
-if !price_document.d_number?
|
||||
|
@ -1,7 +1,7 @@
|
||||
.qi_header
|
||||
.right
|
||||
-if @price_document.price_document_type_id == 1
|
||||
=link_to ic("bar-chart")+" analyse des réponses", analyse_reponses_admin_price_document_path(@price_document), class: "btn btn-primary"
|
||||
=#link_to ic("bar-chart")+" analyse des réponses", analyse_reponses_admin_price_document_path(@price_document), class: "btn btn-primary"
|
||||
|
||||
-if @price_document.price_document_type_id == 6 and !@price_document.stock_ok
|
||||
= link_to i(:pencil), edit_admin_price_document_path(:id => @price_document.id, :public_edit => true) if !@price_document.stock_ok
|
||||
|
Reference in New Issue
Block a user