def link_to_delete_context(context, descriptor = sanitize(context.name))
    link_to(descriptor,
      context_path(context, :format => 'js'),
      {
        :id => "delete_context_#{context.id}",