gitlabhq/app/views/issues/show.js.haml
Nihad Abbasov d62200cad4 clean-up code
* Remove trailing whitespace
  * Converts hard-tabs into two-space soft-tabs
  * Remove consecutive blank lines
2011-10-26 18:46:25 +05:00

3 lines
96 B
Plaintext

:plain
$("#notes-list").html("#{escape_javascript(render(:partial => 'notes/notes_list'))}");