Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
07514f73
Commit
07514f73
authored
May 17, 2021
by
Dominik Hebeler
Browse files
reasso working again
parent
28dad569
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/views/assoziator/asso.blade.php
View file @
07514f73
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment