underline added to links #1pbthq3
This commit is contained in:
		| @@ -33,7 +33,7 @@ | ||||
|                 @stack('recurring_parent_message_body_start') | ||||
|                     <p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [ | ||||
|                         '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> | ||||
|                 @stack('recurring_parent_message_body_end') | ||||
|   | ||||
| @@ -33,7 +33,7 @@ | ||||
|                 @stack('recurring_parent_message_body_start') | ||||
|                     <p class="text-sm lh-160 mb-0">{!! trans('recurring.message_parent', [ | ||||
|                         '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> | ||||
|                 @stack('recurring_parent_message_body_end') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user