mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on time tracker
This commit is contained in:
parent
616abe9e67
commit
c1acbe30ee
@ -254,10 +254,9 @@
|
|||||||
->raw() !!}
|
->raw() !!}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td style="padding: 0 0 10px 6px">
|
<td style="padding: 0 0 10px 6px" class="hide-phone">
|
||||||
{!! Former::text('duration')
|
{!! Former::text('duration')
|
||||||
->placeholder('duration')
|
->placeholder('duration')
|
||||||
->addClass('hide-phone')
|
|
||||||
->data_bind("typeahead: duration")
|
->data_bind("typeahead: duration")
|
||||||
->raw() !!}
|
->raw() !!}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user