You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

bookmark.js.erb 218B

12
  1. $('#project-jump div.drdn-items.projects').html('<%= j render_projects_for_jump_box(projects_for_jump_box(User.current), @project) %>');
  2. $('.contextual a.icon.bookmark').replaceWith('<%= j bookmark_link @project %>');