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 @@ ...@@ -38,10 +38,9 @@
href="{{ action('MetaGerSearch@search', ['eingabe' => $key]) }}" href="{{ action('MetaGerSearch@search', ['eingabe' => $key]) }}"
title="{{ trans('asso.searchasso.title') }}"><i class="fa fa-search" title="{{ trans('asso.searchasso.title') }}"><i class="fa fa-search"
aria-hidden="true"></i></a> aria-hidden="true"></i></a>
<form method="POST"> <a name="q" value="{{ $key }}" class="reasso"
<button name="q" value="{{ $key }}" class="reasso" type="submit" href="{{ route('assoresults', ['q' => $key]) }}"
title="{{ trans('asso.reasso.title') }}">{{ $key }}</button> title="{{ trans('asso.reasso.title') }}">{{ $key }}</a>
</form>
</td> </td>
<td>{{ round(($value / $wordCount) * 100, 2) }}%</td> <td>{{ round(($value / $wordCount) * 100, 2) }}%</td>
@php $i++; @endphp @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