Commit 75069548 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Meteor: remove count from clear completed button

parent 2f689fcb
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
{{/each}} {{/each}}
</ul> </ul>
{{#if todos_completed}} {{#if todos_completed}}
<button id="clear-completed">Clear completed ({{todos_completed}})</button> <button id="clear-completed">Clear completed</button>
{{/if}} {{/if}}
</footer> </footer>
</template> </template>
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