Skip to content

Commit

Permalink
fix issue #670 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
resslinger authored Jul 17, 2020
1 parent 545cdb3 commit 496e7cb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<li @if(isset($item['id'])) id="{{ $item['id'] }}" @endif>

<form action="{{ $item['href'] }}" method="{{ $item['method'] }}" class="form-inline">
{{ csrf_field() }}

<div class="input-group">
<input class="form-control form-control-sidebar" type="search"
name="{{ $item['input_name'] }}" placeholder="{{ $item['text'] }}"
Expand All @@ -13,4 +15,4 @@
</div>
</form>

</li>
</li>

0 comments on commit 496e7cb

Please sign in to comment.