Github user garrensmith commented on a diff in the pull request:

    https://github.com/apache/couchdb-fauxton/pull/570#discussion_r43152379
  
    --- Diff: app/addons/documents/routes-documents.js ---
    @@ -119,6 +119,11 @@ function (app, FauxtonAPI, BaseRoute, Documents, 
Changes, ChangesActions, Databa
     
             this.leftheader.updateCrumbs(this.getCrumbs(this.database));
     
    +        // includes_docs if you are visiting the _replicator/_user 
databases
    +        if ( ['_replicator', '_user'].indexOf(databaseName) > -1) {
    --- End diff --
    
    Sorry it needs to be `_users`


---
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.
---

Reply via email to