2013-01-22 18:20:39 +01:00
|
|
|
- if @user_project_relation.valid?
|
2011-10-08 23:36:38 +02:00
|
|
|
:plain
|
2013-01-22 18:20:39 +01:00
|
|
|
$("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#529214"}, 1000);;
|
2011-10-08 23:36:38 +02:00
|
|
|
- else
|
|
|
|
:plain
|
2013-01-22 18:20:39 +01:00
|
|
|
$("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#D12F19"}, 1000);;
|