Mercurial > hg > soundsoftware-site
annotate app/views/watchers/_set_watcher.js.erb @ 1538:87bea4981d6d live
Script to create authormaps for all repos
author | Chris Cannam |
---|---|
date | Thu, 21 May 2015 16:59:41 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1115 | 1 <% selector = ".#{watcher_css(watched)}" %> |
Chris@1464 | 2 $("<%= selector %>").each(function(){$(this).replaceWith("<%= escape_javascript watcher_link(watched, user) %>")}); |