mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 02:26:12 +10:00
7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
- 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);;
|