summaryrefslogtreecommitdiff
path: root/app/views/projects/tags/destroy.js.haml
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)