Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 554311093A for ; Tue, 11 Feb 2014 15:26:09 +0000 (UTC) Received: (qmail 69286 invoked by uid 500); 11 Feb 2014 15:25:49 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 69007 invoked by uid 500); 11 Feb 2014 15:25:41 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 68422 invoked by uid 99); 11 Feb 2014 15:25:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2014 15:25:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 82A14923D02; Tue, 11 Feb 2014 15:25:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: garren@apache.org To: commits@couchdb.apache.org Date: Tue, 11 Feb 2014 15:25:39 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [12/22] couchdb commit: updated refs/heads/paginate-api-options to 33118af Fix Beautify button css Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/f7801e66 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/f7801e66 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/f7801e66 Branch: refs/heads/paginate-api-options Commit: f7801e669e522ca3bd92cfc4fdf2a65879369be1 Parents: 14a38b7 Author: suelockwood Authored: Fri Feb 7 14:46:43 2014 -0500 Committer: suelockwood Committed: Fri Feb 7 14:47:05 2014 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/documents/templates/view_editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/f7801e66/src/fauxton/app/addons/documents/templates/view_editor.html ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/documents/templates/view_editor.html b/src/fauxton/app/addons/documents/templates/view_editor.html index be60090..b4addad 100644 --- a/src/fauxton/app/addons/documents/templates/view_editor.html +++ b/src/fauxton/app/addons/documents/templates/view_editor.html @@ -44,7 +44,7 @@ the License.
<%= langTemplates.map %>
<% } else { %>
<%- ddoc.get('views')[viewName].map %>
- + <% } %> @@ -67,7 +67,7 @@ the License.
<%= langTemplates.reduce %>
<% } else { %>
<%- ddoc.get('views')[viewName].reduce %>
- + <% } %>