Skip to content

Commit

Permalink
Removed required indicator for serial
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Sep 9, 2015
1 parent 7bd5ddc commit cbcc438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/hardware/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@

<!-- Serial -->
<div class="form-group {{ $errors->has('serial') ? ' has-error' : '' }}">
<label for="serial" class="col-md-2 control-label">@lang('admin/hardware/form.serial') *</label>
<label for="serial" class="col-md-2 control-label">@lang('admin/hardware/form.serial') </label>
<div class="col-md-7 col-sm-12">
<input class="form-control" type="text" name="serial" id="serial" value="{{{ Input::old('serial', $asset->serial) }}}" />
{{ $errors->first('serial', '<br><span class="alert-msg"><i class="fa fa-times"></i> :message</span>') }}
Expand Down

0 comments on commit cbcc438

Please sign in to comment.