Github user robertkowalski commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/189#discussion_r21393559
--- Diff: app/addons/documents/templates/all_docs_number.html ---
@@ -10,17 +10,18 @@
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under
the License.
--->
-<% if (totalRows === "unknown" || totalRows === 0){ %>
-<p>Showing 0 documents.</p>
-<% } else { %>
-
-<p>Showing <%-pageStart%> - <%- pageEnd %></p>
-<%}%>
-<% if (updateSeq) { %>
--- Update Sequence: <%- updateSeq %>
-<% } %>
+*/%>
+<div class="index-indicator">
--- End diff --
this got moved into a box with class="index-indicator" - this box will
float left later
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---