mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
syntax error on my part
This commit is contained in:
parent
ae0dfa9ffe
commit
367c860ac8
2 changed files with 5 additions and 7 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue