Commit c2967154 authored by addyosmani's avatar addyosmani

Fixing clear completed

parent 90efaca6
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
</li> </li>
</ul> </ul>
<% if (completed) { %> <% if (completed) { %>
<button id="clear-completed">Clear <%- completed %> completed <%= completed == 1 ? 'item' : 'items' %></button> <button id="clear-completed">Clear completed (<%- completed %>)</button>
<% } %> <% } %>
</script> </script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment