File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
architecture-examples/spine Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,9 @@ Open Terminal in this folder.
12
12
13
13
- ` cake build ` to compile once
14
14
15
- - ` cake watch ` to compile on save
15
+ - ` cake watch ` to compile on save
16
+
17
+
18
+ ## Credit
19
+
20
+ Created by [ Sindre Sorhus] ( https://github.com/sindresorhus )
Original file line number Diff line number Diff line change 12
12
< body >
13
13
< section id ="todoapp ">
14
14
< header id ="header ">
15
- < h1 > Todos </ h1 >
15
+ < h1 > todos </ h1 >
16
16
< input id ="new-todo " placeholder ="What needs to be done? ">
17
17
</ header >
18
18
< section id ="main ">
@@ -21,7 +21,7 @@ <h1>Todos</h1>
21
21
< ul id ="todo-list "> </ ul >
22
22
</ section >
23
23
< footer id ="footer ">
24
- < span id ="todo-count "> < strong > 1 </ strong > item left</ span >
24
+ < span id ="todo-count "> < strong > 0 </ strong > items left</ span >
25
25
< ul id ="filters ">
26
26
< li >
27
27
< a class ="selected " href ="#/ "> All</ a >
@@ -38,10 +38,8 @@ <h1>Todos</h1>
38
38
</ section >
39
39
< footer id ="info ">
40
40
< p > Double-click to edit a todo</ p >
41
- <!-- delete this ↓ -->
42
41
< p > Inspired by the official < a href ="https://github.com/maccman/spine.todos "> Spine.Todos</ a > </ p >
43
- <!-- change this out with your name and url ↓ -->
44
- < p > Created by < a href ="http://github.com/sindresorhus "> Sindre Sorhus</ a > </ p >
42
+ < p > App and template by < a href ="http://github.com/sindresorhus "> Sindre Sorhus</ a > </ p >
45
43
</ footer >
46
44
< script type ="text/x-handlebars-template " id ="todo-template ">
47
45
{ { #this} }
You can’t perform that action at this time.
0 commit comments