BigW Consortium Gitlab

update.js.haml 244 Bytes
Newer Older
1
- if @user_project_relation.valid?
gitlabhq committed
2
  :plain
3
    $("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#529214"}, 1000);;
gitlabhq committed
4 5
- else
  :plain
6
    $("##{dom_id(@user_project_relation)}").effect("highlight", {color: "#D12F19"}, 1000);;