underline added to links #1pbthq3
This commit is contained in:
parent
a7369530ff
commit
d624ad3f84
@ -33,7 +33,7 @@
|
|||||||
@stack('recurring_parent_message_body_start')
|
@stack('recurring_parent_message_body_start')
|
||||||
<p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [
|
<p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [
|
||||||
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
||||||
'link' => '<a href="' . route(mb_strtolower(trans_choice($textRecurringType, 2)) . '.show', $document->parent->id) . '">' . $document->parent->document_number . '</a>'
|
'link' => '<a href="' . route(mb_strtolower(trans_choice($textRecurringType, 2)) . '.show', $document->parent->id) . '"><u>' . $document->parent->document_number . '</u></a>'
|
||||||
]) !!}
|
]) !!}
|
||||||
</p>
|
</p>
|
||||||
@stack('recurring_parent_message_body_end')
|
@stack('recurring_parent_message_body_end')
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
@stack('recurring_parent_message_body_start')
|
@stack('recurring_parent_message_body_start')
|
||||||
<p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [
|
<p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [
|
||||||
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
'type' => mb_strtolower(trans_choice($textRecurringType, 1)),
|
||||||
'link' => '<a href="' . route(mb_strtolower(trans_choice($textRecurringType, 2)) . '.show', $transaction->parent->id) . '">' . trans_choice($textRecurringType, 1) . '#' . $transaction->parent->id . '</a>'
|
'link' => '<a href="' . route(mb_strtolower(trans_choice($textRecurringType, 2)) . '.show', $transaction->parent->id) . '"><u>' . trans_choice($textRecurringType, 1) . '#' . $transaction->parent->id . '</u></a>'
|
||||||
]) !!}
|
]) !!}
|
||||||
</p>
|
</p>
|
||||||
@stack('recurring_parent_message_body_end')
|
@stack('recurring_parent_message_body_end')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user