Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes ba4c20ce0 -> 61c9e3c4a
fix api bar help icon Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/61c9e3c4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/61c9e3c4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/61c9e3c4 Branch: refs/heads/secondary-indexes Commit: 61c9e3c4a40de24ab3a6c9fa93175f79c440ac7f Parents: 2a25975 Author: Jenn Schiffer <[email protected]> Authored: Wed Aug 13 16:28:28 2014 -0400 Committer: deathbearbrown <[email protected]> Committed: Wed Aug 13 16:30:20 2014 -0400 ---------------------------------------------------------------------- app/addons/fauxton/templates/api_bar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/61c9e3c4/app/addons/fauxton/templates/api_bar.html ---------------------------------------------------------------------- diff --git a/app/addons/fauxton/templates/api_bar.html b/app/addons/fauxton/templates/api_bar.html index 90dd5e0..9db0d7b 100644 --- a/app/addons/fauxton/templates/api_bar.html +++ b/app/addons/fauxton/templates/api_bar.html @@ -22,7 +22,7 @@ the License. <span class="add-on"> API URL <a class="help-link" data-bypass="true" href="<%-getDocUrl(documentation)%>" target="_blank"> - <i class="fonticon-link"></i> + <i class="icon-question-sign"></i> </a> </span> <input id="api-url-text" type="text" class="input-xxlarge" value="<%- endpoint %>">
