Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.js.haml « team_members « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c68fe9574a2526a4fb136c22bd2d1428919aad4b (plain)
1
2
3
4
5
6
- 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);;