gitlab-org--gitlab-foss/app/views/team_members/update.js.haml

7 lines
214 B
Plaintext
Raw Normal View History

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