gitlabhq/app/views/team_members/update.js.haml

7 lines
244 B
Plaintext
Raw Normal View History

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