debian-mirror-gitlab/app/views/projects/branches/destroy.js.haml

4 lines
117 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
:plain
$(".js-branch-#{@branch_name}").remove();
$('.js-totalbranch-count').html("#{@repository.branches.size}")