Files
gitlabhq/app/views/projects/branches/destroy.js.haml
T

4 lines
117 B
Plaintext

:plain
$(".js-branch-#{@branch_name}").remove();
$('.js-totalbranch-count').html("#{@repository.branches.size}")