Welcome to mirror list, hosted at ThFree Co, Russian Federation.

destroy.js.haml « tags « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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)