3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
var box = $('td[id=notes-<%= @meal.id %>]');
|
|
box.html('<%= j display_notes(@meal) %>');
|