Repository: couchdb-www Updated Branches: refs/heads/asf-site 5746a8a35 -> 2c9ff82ad
Test Theory 1: fix search image Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/2c9ff82a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/2c9ff82a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/2c9ff82a Branch: refs/heads/asf-site Commit: 2c9ff82ad5230543fef0fda3edb89335e0678110 Parents: 5746a8a Author: michellephung <[email protected]> Authored: Sat Dec 3 15:09:56 2016 -0500 Committer: michellephung <[email protected]> Committed: Sat Dec 3 15:09:56 2016 -0500 ---------------------------------------------------------------------- test/imgs/screen-shots/couchd-search-db.png | Bin 0 -> 106178 bytes test/imgs/screen-shots/searchdb.png | Bin 106178 -> 0 bytes test/index.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/2c9ff82a/test/imgs/screen-shots/couchd-search-db.png ---------------------------------------------------------------------- diff --git a/test/imgs/screen-shots/couchd-search-db.png b/test/imgs/screen-shots/couchd-search-db.png new file mode 100644 index 0000000..6240085 Binary files /dev/null and b/test/imgs/screen-shots/couchd-search-db.png differ http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/2c9ff82a/test/imgs/screen-shots/searchdb.png ---------------------------------------------------------------------- diff --git a/test/imgs/screen-shots/searchdb.png b/test/imgs/screen-shots/searchdb.png deleted file mode 100644 index 6240085..0000000 Binary files a/test/imgs/screen-shots/searchdb.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/2c9ff82a/test/index.html ---------------------------------------------------------------------- diff --git a/test/index.html b/test/index.html index 054dd27..419bde6 100644 --- a/test/index.html +++ b/test/index.html @@ -40,7 +40,7 @@ enter the name of the database you want to create. <p><strong> Search for a Database </strong> This text field auto-completes and jumps directly to a specified database. -<img src="imgs/screen-shots/searchdb.png" alt="Search for a database" title="Search for a DB"></p> +<img src="imgs/screen-shots/couchd-search-db.png" alt="Search for a database" title="Search for a DB"></p> <p><strong> View a Database </strong> This link will take to that database's "<a href="#_all_docs">All Docs</a>" page where you can view all of that database's contents. You can also
