mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 20:16:08 +10:00
Remove unused code pt.2
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
- if @user_project_relation.valid?
|
||||
:plain
|
||||
$("#new_team_member").hide("slide", { direction: "right" }, 150, function(){
|
||||
$("#team-table").show("slide", { direction: "left" }, 150, function() {
|
||||
$("#new_team_member").remove();
|
||||
$("#team-table").replaceWith("#{escape_javascript(render('projects/team'))}");
|
||||
$(".add_new").show();
|
||||
});
|
||||
});
|
||||
- else
|
||||
:plain
|
||||
$("#new_team_member").replaceWith("#{escape_javascript(render('form'))}");
|
||||
$('select#team_member_user_id').chosen();
|
||||
Reference in New Issue
Block a user