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