summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Drexler <drexler.robin@gmail.com>2014-06-08 20:07:58 +0200
committerRobert Kowalski <rok@kowalski.gd>2014-06-09 19:54:27 +0200
commit061295ab0dfabf73164ef4f1e07fa4b4283fa8e2 (patch)
tree96b408303db17abc4a96bd71a580efc682178104
parent3bcf664b2f46750bf64bf970da07f9b133f98047 (diff)
downloadcouchdb-061295ab0dfabf73164ef4f1e07fa4b4283fa8e2.tar.gz
Fauxton: Fix show me api link
* use data-bypass attribute to circumvent backbone routing
-rw-r--r--src/fauxton/app/addons/fauxton/templates/api_bar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fauxton/app/addons/fauxton/templates/api_bar.html b/src/fauxton/app/addons/fauxton/templates/api_bar.html
index ecd92f1d4..886c06e4c 100644
--- a/src/fauxton/app/addons/fauxton/templates/api_bar.html
+++ b/src/fauxton/app/addons/fauxton/templates/api_bar.html
@@ -25,6 +25,6 @@ the License.
</a>
</span>
<input type="text" class="input-xxlarge" value="<%- endpoint %>">
- <a href="<%- endpoint %>" target="_blank" class="btn">Show me</a>
+ <a data-bypass="true" href="<%- endpoint %>" target="_blank" class="btn">Show me</a>
</div>
</div>