Repository: couchdb-fauxton Updated Branches: refs/heads/master b19065e3d -> dfbc57e5e remove unused template PR: #679 PR-URL: https://github.com/apache/couchdb-fauxton/pull/679 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/dfbc57e5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/dfbc57e5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/diff/dfbc57e5 Branch: refs/heads/master Commit: dfbc57e5edb32b5b534b73f7a752cb4623038a90 Parents: b19065e Author: Robert Kowalski Authored: Tue Apr 5 16:16:24 2016 +0200 Committer: Robert Kowalski Committed: Thu Apr 14 18:06:18 2016 +0200 ---------------------------------------------------------------------- .../fauxton/templates/confirmation_modal.html | 29 -------------------- app/addons/fauxton/templates/pagination.html | 28 ------------------- 2 files changed, 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/dfbc57e5/app/addons/fauxton/templates/confirmation_modal.html ---------------------------------------------------------------------- diff --git a/app/addons/fauxton/templates/confirmation_modal.html b/app/addons/fauxton/templates/confirmation_modal.html deleted file mode 100644 index c556165..0000000 --- a/app/addons/fauxton/templates/confirmation_modal.html +++ /dev/null @@ -1,29 +0,0 @@ -<% /* -Licensed under the Apache License, Version 2.0 (the "License"); you may not -use this file except in compliance with the License. You may obtain a copy of -the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -License for the specific language governing permissions and limitations under -the License. -*/ %> - - http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/dfbc57e5/app/addons/fauxton/templates/pagination.html ---------------------------------------------------------------------- diff --git a/app/addons/fauxton/templates/pagination.html b/app/addons/fauxton/templates/pagination.html deleted file mode 100644 index 19a4eb5..0000000 --- a/app/addons/fauxton/templates/pagination.html +++ /dev/null @@ -1,28 +0,0 @@ - -<% if (page > 1) { %> -
  • «
  • -<% } else { %> -
  • «
  • -<% } %> -<% _.each(_.range(from, to), function (i) { %> -
  • class="active"<% } %>> <%- i %>
  • -<% }) %> -<% if (page < totalPages) { %> -
  • »
  • -<% } else { %> -
  • »
  • -<% } %> - -