Sha256: 2dffdee0727f8bdf462c3e5171710c03cacaee53c0a16fb82ac80f10c21b45ce
Contents?: true
Size: 515 Bytes
Versions: 8
Compression:
Stored size: 515 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')) %>"); showNotice("<%= render_flash %>");
Version data entries
8 entries across 8 versions & 3 rubygems