bug-fix-patch-36.1
update for last commit
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</div>
|
||||
@stop
|
||||
@section('content')
|
||||
@if(!Session::has('error'))
|
||||
@if(!Session::has('error') && count($errors)>0)
|
||||
<div class="alert alert-danger alert-dismissable">
|
||||
<i class="fa fa-ban"></i>
|
||||
<b>{!! Lang::get('lang.alert') !!} !</b>
|
||||
|
Reference in New Issue
Block a user