We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e62909 commit 42b0877Copy full SHA for 42b0877
1 file changed
src/Views/tickets/search.blade.php
@@ -13,7 +13,7 @@
13
<div class="card-body">
14
<h5 class="card-title mb-4">{{ trans('panichd::lang.searchform-results-title') }}
15
<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>
+ <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>
17
</h5>
18
@include('panichd::tickets.datatable.header')
19
</div>
0 commit comments