Sha256: 32c506dcf10482547736bde0d9bb123d6a6d865b155e66150b3710a00797e83b
Contents?: true
Size: 559 Bytes
Versions: 16
Compression:
Stored size: 559 Bytes
Contents
$('#<%= @notable_resource %>-notes-index tbody').append('<%= j render("note", {note: @note}) %>'); $('#new-<%= @notable_resource %>-note form').each(function() { this.reset(); }); $('#new-<%= @notable_resource %>-note').slide(); $('#new-<%= @notable_resource %>-note-link').show(); //$('#<%= @notable_resource %>-notes-tab-link').html("<%= print_count(@count, t('note.plural')) %>"); $('.<%= @notable_resource %>-notes-count').html("<%= print_count(@count, t('note.list')) %>"); $('.notes-count').html("<%= @count %>"); showNotice("<%= render_flash %>");
Version data entries
16 entries across 16 versions & 2 rubygems