syntax error on my part

This commit is contained in:
Slappybag 2013-05-12 14:34:49 +01:00
parent ae0dfa9ffe
commit 367c860ac8
2 changed files with 5 additions and 7 deletions

View file

@ -3,8 +3,6 @@
"_commentfrontpage":"HABITRPG FRONT PAGE",
"synopsis" : "A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.",
"playButton" : "Play",
""
"_commenttut": "TUTORIAL/TOUR",
@ -22,7 +20,7 @@
"tour5Title" : "Rewards",
"tour5Text" : "As you complete goals, you earn gold to buy rewards. Buy them liberally - rewards are integrals in forming good habits. ",
"tour6Title" : "Hover over comments",
"tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.",
"tour6Text" : "Different task-types have special properties. Hover over each task's comment for more information. When you're ready to get started, delete the existing tasks and add your own.",

View file

@ -15,7 +15,7 @@
<div class="module">
<div class="task-column habits">
<app:tasks:task-list
header="Habits"
header="habits"
type="habit"
inputValue={_newHabit}
placeHolder="New Habit"
@ -32,7 +32,7 @@
<div class="module">
<div class="task-column dailys">
<app:tasks:task-list
header="Dailies"
header="dailies"
type="daily"
inputValue={_newDaily}
placeHolder="New Daily"
@ -62,7 +62,7 @@
<app:tasks:task-list
header="Todos"
header="todos"
type="todo"
inputValue="{_newTodo}"
placeHolder="New Todo"
@ -102,7 +102,7 @@
{{/}}
<app:tasks:task-list
header="Rewards"
header="rewards"
type="reward"
inputValue="{_newReward}"
placeHolder="New Reward"