You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2014/10/15 10:58:50 UTC

fauxton commit: updated refs/heads/port-views to 7c18096

Repository: couchdb-fauxton
Updated Branches:
  refs/heads/port-views 13f69785a -> 7c1809620


use <%- instead of <%=


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

Branch: refs/heads/port-views
Commit: 7c1809620cb98152a350113851140afbb5e70c0d
Parents: 13f6978
Author: Robert Kowalski <ro...@apache.org>
Authored: Wed Oct 15 10:58:33 2014 +0200
Committer: Robert Kowalski <ro...@apache.org>
Committed: Wed Oct 15 10:58:33 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/7c180962/app/addons/fauxton/templates/menu_dropdown.html
----------------------------------------------------------------------
diff --git a/app/addons/fauxton/templates/menu_dropdown.html b/app/addons/fauxton/templates/menu_dropdown.html
index 3881a34..a55273a 100644
--- a/app/addons/fauxton/templates/menu_dropdown.html
+++ b/app/addons/fauxton/templates/menu_dropdown.html
@@ -12,7 +12,7 @@ License for the specific language governing permissions and limitations under
 the License.
 -->
 
-<a class="dropdown-toggle icon <%=icon%>" data-toggle="dropdown" href="#" data-bypass="true"></a>
+<a class="dropdown-toggle icon <%- icon %>" data-toggle="dropdown" href="#" data-bypass="true"></a>
 <ul class="dropdown-menu arrow" role="menu" aria-labelledby="dLabel">
   <% _.each(links, function (linkSection) { %>
     <% if (linkSection.title) { %>