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

    https://github.com/apache/couchdb-fauxton/pull/106#discussion_r19228491
  
    --- Diff: app/addons/documents/templates/all_docs_list.html ---
    @@ -10,38 +10,21 @@
     WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
     License for the specific language governing permissions and limitations 
under
     the License.
    --->
    +*/%>
     
     <div class="view">
    -  <% if (!viewList) { %>
    -    <div class="row">
    -      <div class="btn-toolbar span6">
    -        <button type="button" class="btn btn-small all" 
data-toggle="button">✓ All</button>
    -        <button class="btn btn-small disabled js-bulk-delete"><i 
class="icon-trash"></i></button>
    -        <% if (expandDocs) { %>
    -        <button id="collapse" class="btn btn-small"><i 
class="icon-minus"></i> Collapse</button>
    -        <% } else { %>
    -        <button id="collapse" class="btn btn-small"><i 
class="icon-plus"></i> Expand</button>
    -        <% } %>
    -      </div>
    -    </div>
    -  <% } %>
    -  <p>
     
    -  <table class="all-docs table table-striped table-condensed">
    -    <tbody></tbody>
    -  </table>
    +  <div id="doc-list"></div>
     
       <% if (endOfResults) { %>
    -  <div class="end-of-results text-center well">
    +  <div class="text-center well">
         <p class="muted">
    -      End of results - <a id="js-end-results" href="#query" 
data-bypass="true">edit query</a>
    +      End of results - <a id="js-end-results" href="#query" 
data-bypass="true" data-toggle="tab">edit query</a>
    --- End diff --
    
    Again, just want to confirm this is correct. I remove the 
bootstrap-specific data-toggle attribute because it no longer toggles a tab, 
but shows the query options tray via a JS click event.


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