Commit ffe8069e authored by Arthur Verschaeve's avatar Arthur Verschaeve

Sammyjs: remove count from clear completed button

parent b2280045
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
<a <%= flag === 'completed' ? 'class=selected' : '' %> href="#/completed">Completed</a> <a <%= flag === 'completed' ? 'class=selected' : '' %> href="#/completed">Completed</a>
</li> </li>
</ul> </ul>
<button id="clear-completed" <%= completedCount === 0 ? 'class=hidden' : '' %>>Clear completed (<%= completedCount %>)</button> <button id="clear-completed" <%= completedCount === 0 ? 'class=hidden' : '' %>>Clear completed</button>
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