suite
This commit is contained in:
parent
99ae57c362
commit
6aad844697
@ -1,5 +1,5 @@
|
|||||||
-@read_only = true
|
-@read_only = true
|
||||||
-@vouistar = true if @reseaux.id != 2 and @reseaux.parent_id != 2
|
-@vouistar = true if @reseaux.id == 2 or @reseaux.parent_id == 2
|
||||||
.center.row
|
.center.row
|
||||||
|
|
||||||
.right
|
.right
|
||||||
@ -101,7 +101,8 @@
|
|||||||
=link_to i(:eye), public_customer_path(customer)
|
=link_to i(:eye), public_customer_path(customer)
|
||||||
=link_to i(:envelope), new_public_customer_message_path(:thing_type => "Customer", :thing_id => customer.id)
|
=link_to i(:envelope), new_public_customer_message_path(:thing_type => "Customer", :thing_id => customer.id)
|
||||||
|
|
||||||
-if !@vouistar
|
|
||||||
|
|
||||||
%div{:style => "position:absolute;top:-30px;right:10px;"}
|
%div{:style => "position:absolute;top:-30px;right:10px;"}
|
||||||
Gains :
|
Gains :
|
||||||
=number_to_currency gain
|
=number_to_currency gain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user