You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2014/07/11 23:29:34 UTC

[3/9] fauxton commit: updated refs/heads/import-master to 0ec46e9

Fauxton: Fix clone cancel button

This fixes the issue that when a user cancels a clone doc it goes back
to all docs. Now it just closes the modal.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/c8d110c3
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/c8d110c3
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/c8d110c3

Branch: refs/heads/import-master
Commit: c8d110c370f44584e535c7dde440c87491a4d889
Parents: f0824ec
Author: sebastianrothbucher <se...@googlemail.com>
Authored: Sat Jun 21 20:11:17 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Mon Jun 23 10:00:15 2014 +0200

----------------------------------------------------------------------
 app/addons/documents/templates/duplicate_doc_modal.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/c8d110c3/app/addons/documents/templates/duplicate_doc_modal.html
----------------------------------------------------------------------
diff --git a/app/addons/documents/templates/duplicate_doc_modal.html b/app/addons/documents/templates/duplicate_doc_modal.html
index 54be01f..3038559 100644
--- a/app/addons/documents/templates/duplicate_doc_modal.html
+++ b/app/addons/documents/templates/duplicate_doc_modal.html
@@ -28,7 +28,7 @@ the License.
 
   </div>
   <div class="modal-footer">
-    <button data-dismiss="modal" class="btn cancel-button"><i class="icon fonticon-circle-x"></i> Cancel</button>
+    <button data-dismiss="modal" class="btn"><i class="icon fonticon-circle-x"></i> Cancel</button>
     <button id="duplicate-btn" class="btn btn-success save"><i class="fonticon-circle-check"></i> Clone</button>
   </div>
 </div>