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

    https://github.com/apache/couchdb-fauxton/pull/88#discussion_r18757100
  
    --- Diff: app/addons/activetasks/templates/tabs.html ---
    @@ -12,25 +12,17 @@
     the License.
     -->
     
    -
    -
                <ul class="task-tabs nav nav-list">
                  <% for (var filter in filters) { %>
    -                 <li data-type="<%=filter%>">
    -                         <a>
    -                                   <%=filters[filter]%>
    -                         </a>
    +        <li data-type="<%=filter%>">
    +          <a><%=filters[filter]%></a>
                    </li>
                  <% } %>
                </ul>
    -           <ul class="nav nav-list views">
    +           <ul class="nav nav-list views polling-interval">
                        <li class="nav-header">Polling interval</li>
                        <li>
    -                           <input id="pollingRange" type="range"
    -                                  min="1"
    -                                  max="30"
    -                                  step="1"
    -                                  value="5"/>
    --- End diff --
    
    this looks a bit weird as it mixes tabs and spaces (see: 
https://github.com/benkeen/couchdb-fauxton/blob/2371-polling-interval-slider-css-fix/app/addons/activetasks/templates/tabs.html)


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to