Merge pull request #1189 from batuhawk/master

Note style updated in signed
This commit is contained in:
Batuhan Baş 2020-01-27 10:50:08 +03:00 committed by GitHub
commit 877d299533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@
<th> <th>
@if ($invoice->notes) @if ($invoice->notes)
<p class="form-control-label">{{ trans_choice('general.notes', 2) }}</p> <p class="form-control-label">{{ trans_choice('general.notes', 2) }}</p>
<p class="form-control text-muted long-texts">{{ $invoice->notes }}</p> <p class="text-muted long-texts">{{ $invoice->notes }}</p>
@endif @endif
</th> </th>
</tr> </tr>