mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix final bit of conflict
This commit is contained in:
parent
7660141365
commit
7b9514dc5d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
||||||
// Add New
|
// Add New
|
||||||
form.task-add(name='new{{list.type}}form', ng-hide='obj._locked', ng-submit='addTask(obj[list.type+"s"],list)')
|
form.task-add(name='new{{list.type}}form', ng-hide='obj._locked', ng-submit='addTask(obj[list.type+"s"],list)')
|
||||||
input(type='text', ng-model='list.newTask', placeholder='{{list.placeHolder}}', required)
|
input(type='text', ng-model='list.newTask', placeholder='{{list.placeHolder}}', required)
|
||||||
input.addtask-btn(type='submit', value='+', ng-disabled='new{{list.type}}form.$invalid')
|
button(type='submit', ng-disabled='new{{list.type}}form.$invalid')
|
||||||
span.glyphicon.glyphicon-plus
|
span.glyphicon.glyphicon-plus
|
||||||
|
|
||||||
mixin taskColumnTabs(position)
|
mixin taskColumnTabs(position)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue