debian-mirror-gitlab/app/views/projects/tags/destroy.js.haml
2016-04-02 18:10:28 +05:30

3 lines
165 B
Text

$('.js-totaltags-count').html("#{@repository.tags.size}");
- if @repository.tags.empty?
$('.tags').load(document.URL + ' .nothing-here-block').hide().fadeIn(1000)