Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heimdallrj committed Jun 4, 2017
1 parent 8c60f41 commit b41ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/frontend/home.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="row">
<div class="col-sm-2">{!! Form::select('type', array('all'=>'සියලු', 'donations' => 'ආධාර', 'needs' => 'අවශ්‍යතා'), '1', array("class"=>"btn btn-lg btn-primary selectpicker")) !!}</div>
<div class="col-sm-8"><input name="search" type="text" class="form-control" placeholder="ඔබී සෙවුම මෙහි ඇතුලත් කරන්න." value="{{ Input::old('search')}}"></div>
<div class="col-sm-8"><input name="search" type="text" class="form-control" placeholder="ඔබේ සෙවුම මෙහි ඇතුලත් කරන්න." value="{{ Input::old('search')}}"></div>
<div class="col-sm-2"><button class="btn btn-lg btn-primary" type="submit" type="button">සොයන්න</button></div>
</div>
{!! Form::close() !!}
Expand Down

0 comments on commit b41ede3

Please sign in to comment.