mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on kanban
This commit is contained in:
parent
c0f7ff272c
commit
e9185d0dbc
@ -656,8 +656,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="kanban-column-row" data-bind="css: { editing: new_task.is_editing_task }, with: new_task">
|
<div class="kanban-column-row" data-bind="css: { editing: new_task.is_editing_task }, with: new_task" style="padding-bottom:6px">
|
||||||
<div data-bind="event: { click: startEditTask }" style="padding-bottom:6px">
|
<div data-bind="event: { click: startEditTask }">
|
||||||
<a href="#" class="view text-muted" style="font-size:13px" data-bind="visible: is_blank">
|
<a href="#" class="view text-muted" style="font-size:13px" data-bind="visible: is_blank">
|
||||||
{{ trans('texts.new_task') }}...
|
{{ trans('texts.new_task') }}...
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user