Welcome to mirror list, hosted at ThFree Co, Russian Federation.

edit.js.erb « notes « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2599bad5d6e107fdef70efa7febf245437b69b31 (plain)
1
2
$note = $('.note-row-<%= @note.id %>:visible');
_notes.showEditForm($note, '<%= escape_javascript(render('edit_form', note: @note)) %>');