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