Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8FD30119F3 for ; Sat, 21 Jun 2014 18:14:52 +0000 (UTC) Received: (qmail 38736 invoked by uid 500); 21 Jun 2014 18:14:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 38676 invoked by uid 500); 21 Jun 2014 18:14:52 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 38659 invoked by uid 99); 21 Jun 2014 18:14:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jun 2014 18:14:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 73D81989FB3; Sat, 21 Jun 2014 18:14:51 +0000 (UTC) From: sebastianrothbucher To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb pull request: fix cancel button in duplicate docs Content-Type: text/plain Date: Sat, 21 Jun 2014 18:14:51 +0000 (UTC) GitHub user sebastianrothbucher opened a pull request: https://github.com/apache/couchdb/pull/252 fix cancel button in duplicate docs Issue: click "Clone document" in single-doc view, then click cancel. You'll get back to all documents. Reason: cancel-button is also the style of "go back to all docs" - and both functions bind. Looking at "upload attachment" reveals: the cancel-button style is not needed. So I removed it which successfully fixes cancel in "Clone documents" also You can merge this pull request into a Git repository by running: $ git pull https://github.com/sebastianrothbucher/couchdb fix-cancel-clone Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/252.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #252 ---- commit cb8a72481245f09a01398d4d5d730ad1a8461af8 Author: sebastianrothbucher Date: 2014-06-21T18:11:17Z fix the issue ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---