summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/destroy.js.haml
blob: ffeacb5a0043b8852c85d8d7b7bcd3fd22cf0495 (plain)
1
2
3
$('.js-totaltags-count').html("#{@repository.tags.size}");
- if @repository.tags.empty?
  $('.tags').load(document.URL + ' .nothing-here-block').hide().fadeIn(1000)