소스 검색

Commit 9.2: Include loginButtons.

Frederic G. MARAND 8 년 전
부모
커밋
4aa2a2ac59
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      simple-todos.html

+ 2 - 0
simple-todos.html

@@ -14,6 +14,8 @@
       Hide completed tasks
     </label>
 
+    {{> loginButtons}}
+
     <!-- add a form below the h1 -->
     <form class="new-task">
       <input type="text" name="text" placeholder="Type to add new tasks" />