Skip to content

Commit

Permalink
Merge pull request #1402 from ladybirdweb/development
Browse files Browse the repository at this point in the history
bug on show-order page
  • Loading branch information
Ashutosh pathak authored Sep 23, 2020
2 parents 02bf92b + d383642 commit 52dfce6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Front/BaseClientController.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function getInvoicesByOrderId($orderid, $userid)
$url = $this->getInvoiceLinkUrl($model->id);

return '<a href='.url($url)."
class='btn btn-sm btn-secondary btn-xs'".tooltip('View')."<i class='fa fa-eye'
class='btn btn-sm btn-primary btn-xs'".tooltip('View')."<i class='fa fa-eye'
style='color:white;'> </i></a>";
})
->rawColumns(['number', 'products', 'date', 'total', 'status', 'action'])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
@if($installationDetails)

<td>@foreach($installationDetails['installed_path'] as $paths)
{{$paths}}<br>
{!! $paths !!}<br>
@endforeach
</td>
@else
Expand Down

0 comments on commit 52dfce6

Please sign in to comment.