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: 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)