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
91137ef8
Commit
91137ef8
authored
Jun 08, 2016
by
Dominik Hebeler
Browse files
Der Parameter "page" wird nicht mehr an das Formular für die neue Suche übergeben
parent
93192dd5
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/layouts/resultPage.blade.php
View file @
91137ef8
...
...
@@ -41,7 +41,7 @@
</div>
@foreach( $metager->request->all() as $key => $value)
@if($key !== "eingabe")
@if($key !== "eingabe"
&&
$key !== "page"
)
<input
type=
'hidden'
name=
'{{ $key }}'
value=
'{{ $value }}'
form=
'submitForm'
/>
@endif
@endforeach
...
...
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