Skip to content

Commit 42b0877

Browse files
committed
Patch: Search URL link has current URL by default
1 parent 7e62909 commit 42b0877

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Views/tickets/search.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="card-body">
1414
<h5 class="card-title mb-4">{{ trans('panichd::lang.searchform-results-title') }}
1515
<button type="button" id="edit_search" class="btn btn-default btn-sm ml-4">{{ trans('panichd::lang.searchform-btn-edit') }}</button>
16-
<a id="copy_search_URL" class="btn btn-default btn-sm ml-2 tooltip-info" href="#" title="{{ trans('panichd::lang.searchform-help-btn-web') }}">{{ trans('panichd::lang.searchform-btn-web') }}</a>
16+
<a id="copy_search_URL" class="btn btn-default btn-sm ml-2 tooltip-info" href="{!! url()->current() !!}" title="{{ trans('panichd::lang.searchform-help-btn-web') }}">{{ trans('panichd::lang.searchform-btn-web') }}</a>
1717
</h5>
1818
@include('panichd::tickets.datatable.header')
1919
</div>

0 commit comments

Comments
 (0)