clarion/app/views/management/events/state.js.erb

2 lines
129 B
Plaintext
Raw Normal View History

2014-10-10 19:10:34 +03:00
$('#suggestion-<%= @suggestion.id %>-state').replaceWith('<%= j render partial: 'state', locals: {suggestion: @suggestion} %>');