Explorar o código

Commit 9.6: Display username next to task.

Frederic G. MARAND %!s(int64=8) %!d(string=hai) anos
pai
achega
bc43f8b483
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      simple-todos.html

+ 1 - 1
simple-todos.html

@@ -37,6 +37,6 @@
   <li class="{{#if checked}}checked{{/if}}">
     <button class="delete">&times;</button>
     <input type="checkbox" checked="{{checked}}" class="toggle-checked" />
-    <span class="text">{{text}}</span>
+    <span class="text"><strong>{{username}}</strong> - {{text}}</span>
   </li>
 </template>