Skip to content
Snippets Groups Projects
Commit 07514f73 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

reasso working again

parent 28dad569
No related branches found
No related tags found
3 merge requests!1895Development,!1874Development,!1840Resolve "Fix Assoziator"
......@@ -38,10 +38,9 @@
href="{{ action('MetaGerSearch@search', ['eingabe' => $key]) }}"
title="{{ trans('asso.searchasso.title') }}"><i class="fa fa-search"
aria-hidden="true"></i></a>
<form method="POST">
<button name="q" value="{{ $key }}" class="reasso" type="submit"
title="{{ trans('asso.reasso.title') }}">{{ $key }}</button>
</form>
<a name="q" value="{{ $key }}" class="reasso"
href="{{ route('assoresults', ['q' => $key]) }}"
title="{{ trans('asso.reasso.title') }}">{{ $key }}</a>
</td>
<td>{{ round(($value / $wordCount) * 100, 2) }}%</td>
@php $i++; @endphp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment