Working on task kanban

This commit is contained in:
Hillel Coren 2017-12-18 00:38:58 +02:00
parent 0dacca64a6
commit 2016de98e6

View File

@ -444,7 +444,7 @@
</div>
<div class="kanban-column-row" data-bind="css: { editing: new_task.is_editing_task }, with: new_task">
<div data-bind="event: { click: startTaskEdit }">
<div data-bind="event: { click: startTaskEdit }" style="padding-bottom:6px">
<a href="#" class="view text-muted" style="font-size:13px" data-bind="visible: is_blank">
{{ trans('texts.new_task') }}...
</a>