gitlab-org--gitlab-foss/app/views/projects/team_members/update.js.haml
2013-06-23 19:47:22 +03:00

6 lines
244 B
Text

- if @user_project_relation.valid?
:plain
$("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#529214"}, 1000);;
- else
:plain
$("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#D12F19"}, 1000);;