Merge pull request #1184 from batuhawk/master

Long description updated
This commit is contained in:
Batuhan Baş 2020-01-24 18:18:51 +03:00 committed by GitHub
commit 2d57ba41bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@
@foreach($bill->items as $bill_item) @foreach($bill->items as $bill_item)
<tr class="row"> <tr class="row">
@stack('name_td_start') @stack('name_td_start')
<td class="col-xs-4 col-sm-3 pl-5"> <td class="col-xs-4 col-sm-3 pl-5 long-texts">
{{ $bill_item->name }} {{ $bill_item->name }}
@if (!empty($bill_item->item->description)) @if (!empty($bill_item->item->description))
<br><small>{!! \Illuminate\Support\Str::limit($bill_item->item->description, 500) !!}<small> <br><small>{!! \Illuminate\Support\Str::limit($bill_item->item->description, 500) !!}<small>

View File

@ -345,7 +345,7 @@
<tbody> <tbody>
<tr class="row"> <tr class="row">
@stack('name_th_start') @stack('name_th_start')
<th class="col-xs-4 col-sm-3 pl-5 long-texts">{{ trans_choice($text_override['items'], 2) }}</th> <th class="col-xs-4 col-sm-3 pl-5">{{ trans_choice($text_override['items'], 2) }}</th>
@stack('name_th_end') @stack('name_th_end')
@stack('quantity_th_start') @stack('quantity_th_start')
@ -363,7 +363,7 @@
@foreach($invoice->items as $invoice_item) @foreach($invoice->items as $invoice_item)
<tr class="row"> <tr class="row">
@stack('name_td_start') @stack('name_td_start')
<td class="col-xs-4 col-sm-3 pl-5"> <td class="col-xs-4 col-sm-3 pl-5 long-texts">
{{ $invoice_item->name }} {{ $invoice_item->name }}
@if (!empty($invoice_item->item->description)) @if (!empty($invoice_item->item->description))
<br><small>{!! \Illuminate\Support\Str::limit($invoice_item->item->description, 500) !!}<small> <br><small>{!! \Illuminate\Support\Str::limit($invoice_item->item->description, 500) !!}<small>