tracks/app/views/notes/destroy.js.rjs
Marcus Ilgner fd3f69d927 Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00

3 lines
124 B
Text

page.notify :notice, t('notes.deleted_note', :id => @note.id), 5.0
page['badge_count'].replace_html @count
page.hide "busy"