Updated Branches: refs/heads/fauxton 44232ccb1 -> 21afae9cb
api show me button opens new tab with couchdb output Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/21afae9c Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/21afae9c Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/21afae9c Branch: refs/heads/fauxton Commit: 21afae9cbf7ab31fdfa38f8da976b21148d75389 Parents: 2995087 Author: Garren Smith <[email protected]> Authored: Mon Mar 11 15:13:03 2013 +0200 Committer: Garren Smith <[email protected]> Committed: Mon Mar 11 15:13:03 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/templates/fauxton/api_bar.html | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/21afae9c/src/fauxton/app/templates/fauxton/api_bar.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/templates/fauxton/api_bar.html b/src/fauxton/app/templates/fauxton/api_bar.html index 0d2f13e..3bf9daf 100644 --- a/src/fauxton/app/templates/fauxton/api_bar.html +++ b/src/fauxton/app/templates/fauxton/api_bar.html @@ -16,9 +16,8 @@ the License. <div class="navbar-inner"> <div class="container"> <div class="input-prepend input-append"> - <span class="add-on">API reference <i class="icon-question-sign"></i></span><input type="text" class="input-xxlarge" value="<%= endpoint %>"><a href="#" class="btn">Show me</a> - + <span class="add-on">API reference <i class="icon-question-sign"></i></span><input type="text" class="input-xxlarge" value="<%= endpoint %>"><a href="<%= endpoint %>" target="_blank" class="btn">Show me</a> </div> </div> </div> -</div> \ No newline at end of file +</div>
