Files
grecia/app/assets/javascripts/followable.js.coffee
2017-07-19 17:58:51 +02:00

5 lines
111 B
CoffeeScript

App.Followable =
update: (followable_id, button) ->
$("#" + followable_id + " .js-follow").html(button)