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: cde23e03d5418b17bad3993156e1ef7e9914c858 (plain)
1
2
3
4
- if @error.present?
  new Flash('#{escape_javascript(@error)}', 'alert');
- elsif @repository.tags.empty?
  $('.tags').load(document.URL + ' .nothing-here-block').hide().fadeIn(1000)