var clear_all = dom.a('.button').text('Clear All').click(function() {
                    self.set_publish_all(false);
                }.bind(self));