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