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

Version Path
gaku-0.1.1 frontend/app/views/gaku/notes/create.js.erb
gaku_frontend-0.1.1 app/views/gaku/notes/create.js.erb
gaku-0.1.0 frontend/app/views/gaku/notes/create.js.erb
gaku_frontend-0.1.0 app/views/gaku/notes/create.js.erb
gaku_core-0.0.3 app/views/gaku/notes/create.js.erb
gaku-0.0.3 core/app/views/gaku/notes/create.js.erb
gaku-0.0.2 core/app/views/gaku/notes/create.js.erb
gaku_core-0.0.2 app/views/gaku/notes/create.js.erb