mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on task kanban
This commit is contained in:
parent
0dacca64a6
commit
2016de98e6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user