stable
David Barragán Merino 2014-06-27 14:55:27 +02:00
parent 120f42d383
commit 7cfb394e0a
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
div.new-task
a.button.button-green(href="", ng-click="ctrl.addNewTask(us, 'standakd')", title="Add new task")
a.button.button-green(href="", ng-click="ctrl.addNewTask('standard', us)", title="Add new task")
span.text + Add new Task
a.button.button-bulk(href="", ng-click="ctrl.addNewTask(us, 'bulk')", title="Add new tasks in bulk")
a.button.button-bulk(href="", ng-click="ctrl.addNewTask('bulk', us)", title="Add new tasks in bulk")
span.icon.icon-bulk