var publish_all = dom.a('.button').text('Publish All').click(function() {
                    self.set_publish_all(true);
                }.bind(self));