Skip to content

Commit

Permalink
Fixed bug on validation display
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 18, 2013
1 parent 238e933 commit 940281d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/models/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>
</div>

<div class="control-group {{ $errors->has('name') ? 'error' : '' }}">
<div class="control-group {{ $errors->has('modelno') ? 'error' : '' }}">
<label class="control-label" for="modelno">Model No.</label>
<div class="controls">
<input type="text" name="modelno" id="modelno" value="{{ Input::old('modelno', $model->modelno) }}" />
Expand Down

0 comments on commit 940281d

Please sign in to comment.