Commit a3eee606 authored by Arthur Verschaeve's avatar Arthur Verschaeve

Duel: remove count from clear completed button

Ref #1234
parent 5b886069
...@@ -19,5 +19,5 @@ ...@@ -19,5 +19,5 @@
--%> --%>
<button id="clear-completed" <button id="clear-completed"
if="<%= data.completed %>" if="<%= data.completed %>"
onclick="<%= todos.actions.clear_click %>">Clear completed (<%= data.completed %>)</button> onclick="<%= todos.actions.clear_click %>">Clear completed</button>
</footer> </footer>
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<p>Ported to <a href="http://duelengine.org">DUEL</a> by <a href="http://mck.me">Stephen McKamey</a></p> <p>Ported to <a href="http://duelengine.org">DUEL</a> by <a href="http://mck.me">Stephen McKamey</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer> </footer>
<script src="./cdn/076f299127e53bed2f18338591152399d66267db.js"></script> <script src="./cdn/d10574a720ccdf2d2c810f0c45afb5f159264a1f.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
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