Working on time tracker

This commit is contained in:
Hillel Coren 2017-10-08 17:38:09 +03:00
parent 616abe9e67
commit c1acbe30ee

View File

@ -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>