File tree Expand file tree Collapse file tree 21 files changed +95
-194
lines changed
Expand file tree Collapse file tree 21 files changed +95
-194
lines changed Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Control</a ></li >
1111 <li class =" active" >Accounts</li >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Controls</a ></li >
1111 <li ><a href =" /admin/accounts" >Accounts</a ></li >
1212 <li class =" active" >Add New Account</li >
1313 </ul >
14- @if (count ($errors ) > 0 )
15- <div class =" alert alert-danger" >
16- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' auth.errorencountered' ) } } <br ><br >
17- <ul >
18- @foreach ($errors -> all () as $error )
19- <li >{{ $error } } </li >
20- @endforeach
21- </ul >
22- </div >
23- @endif
2414 <h3 >Create New Account</h3 ><hr />
2515 <form action =" new" method =" post" >
2616 <fieldset >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Controls</a ></li >
1111 <li ><a href =" /admin/accounts" >Accounts</a ></li >
1212 <li class =" active" >{{ $user -> email } } </li >
1313 </ul >
14- @if (count ($errors ) > 0 )
15- <div class =" alert alert-danger" >
16- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' auth.errorencountered' ) } } <br ><br >
17- <ul >
18- @foreach ($errors -> all () as $error )
19- <li >{{ $error } } </li >
20- @endforeach
21- </ul >
22- </div >
23- @endif
24- @foreach (Alert:: getMessages () as $type => $messages )
25- @foreach ($messages as $message )
26- <div class =" alert alert-{{ $type } } alert-dismissable" role =" alert" >
27- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
28- {!! $message ! !}
29- </div >
30- @endforeach
31- @endforeach
3214 <h3 >Viewing User: {{ $user -> email } } </h3 ><hr />
3315 <div class =" row" >
3416 <div class =" col-md-12" >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li class =" active" >Admin Control</li >
1111 </ul >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Control</a ></li >
1111 <li class =" active" >Servers</li >
1212 </ul >
13- @foreach (Alert:: getMessages () as $type => $messages )
14- @foreach ($messages as $message )
15- <div class =" alert alert-{{ $type } } alert-dismissable" role =" alert" >
16- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
17- {!! $message ! !}
18- </div >
19- @endforeach
20- @endforeach
2113 <h3 >All Servers</h3 ><hr />
2214 <table class =" table table-bordered table-hover" >
2315 <thead >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Control</a ></li >
1111 <li ><a href =" /admin/servers" >Servers</a ></li >
1212 <li class =" active" >Create New Server</li >
1313 </ul >
14- @if (count ($errors ) > 0 )
15- <div class =" alert alert-danger" >
16- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' base.validation_error' ) } } <br ><br >
17- <ul >
18- @foreach ($errors -> all () as $error )
19- <li >{{ $error } } </li >
20- @endforeach
21- </ul >
22- </div >
23- @endif
24- @foreach (Alert:: getMessages () as $type => $messages )
25- @foreach ($messages as $message )
26- <div class =" alert alert-{{ $type } } alert-dismissable" role =" alert" >
27- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
28- {!! $message ! !}
29- </div >
30- @endforeach
31- @endforeach
3214 <h3 >Create New Server</h3 ><hr />
3315 <form action =" /admin/servers/new" method =" POST" >
3416 <div class =" well" >
Original file line number Diff line number Diff line change 55@endsection
66
77@section (' content' )
8- <div class =" col-md-9 " >
8+ <div class =" col-md-12 " >
99 <ul class =" breadcrumb" >
1010 <li ><a href =" /admin" >Admin Control</a ></li >
1111 <li ><a href =" /admin/servers" >Servers</a ></li >
1212 <li class =" active" >{{ $server -> name } } ({{ $server -> uuidShort } } )</li >
1313 </ul >
14- @if (count ($errors ) > 0 )
15- <div class =" alert alert-danger" >
16- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' base.validation_error' ) } } <br ><br >
17- <ul >
18- @foreach ($errors -> all () as $error )
19- <li >{{ $error } } </li >
20- @endforeach
21- </ul >
22- </div >
23- @endif
24- @foreach (Alert:: getMessages () as $type => $messages )
25- @foreach ($messages as $message )
26- <div class =" alert alert-{{ $type } } alert-dismissable" role =" alert" >
27- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
28- {!! $message ! !}
29- </div >
30- @endforeach
31- @endforeach
3214 <ul class =" nav nav-tabs tabs_with_panel" id =" config_tabs" >
3315 <li class =" active" ><a href =" #tab_about" data-toggle =" tab" >About</a ></li >
3416 <li ><a href =" #tab_details" data-toggle =" tab" >Details</a ></li >
Original file line number Diff line number Diff line change 1414 <form action =" /auth/login" method =" POST" id =" login-form" >
1515 <legend >{{ trans (' strings.login' ) } } </legend >
1616 <fieldset >
17- @if (count ($errors ) > 0 )
18- <div class =" alert alert-danger" >
19- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' auth.errorencountered' ) } } <br ><br >
20- <ul >
21- @foreach ($errors -> all () as $error )
22- <li >{{ $error } } </li >
23- @endforeach
24- </ul >
25- </div >
26- @endif
27- @foreach (Alert:: getMessages () as $type => $messages )
28- @foreach ($messages as $message )
29- <div class =" alert alert-{{ $type } } alert-dismissable" role =" alert" >
30- <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" ><span aria-hidden =" true" >× ; </span ></button >
31- {{ $message } }
32- </div >
33- @endforeach
34- @endforeach
3517 <div class =" form-group" >
3618 <label for =" email" class =" control-label" >{{ trans (' strings.email' ) } } </label >
3719 <div >
Original file line number Diff line number Diff line change 1414 <form action =" /auth/password" method =" POST" >
1515 <legend >{{ trans (' auth.resetpassword' ) } } </legend >
1616 <fieldset >
17- @if (count ($errors ) > 0 )
18- <div class =" alert alert-danger" >
19- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' auth.errorencountered' ) } } <br ><br >
20- <ul >
21- @foreach ($errors -> all () as $error )
22- <li >{{ $error } } </li >
23- @endforeach
24- </ul >
25- </div >
26- @endif
2717 @if (session (' status' ) )
2818 <div class =" alert alert-success" >
2919 <strong >{{ trans (' strings.success' ) } } !</strong > {{ trans (' auth.emailsent' ) } }
Original file line number Diff line number Diff line change 1414 <form action =" /auth/password/verify" method =" POST" >
1515 <legend >{{ trans (' auth.resetpassword' ) } } </legend >
1616 <fieldset >
17- @if (count ($errors ) > 0 )
18- <div class =" alert alert-danger" >
19- <strong >{{ trans (' strings.whoops' ) } } !</strong > {{ trans (' auth.errorencountered' ) } } <br ><br >
20- <ul >
21- @foreach ($errors -> all () as $error )
22- <li >{{ $error } } </li >
23- @endforeach
24- </ul >
25- </div >
26- @endif
2717 <input type =" hidden" name =" token" value =" {{ $token } }" >
2818 <div class =" form-group" >
2919 <label for =" email" class =" control-label" >{{ trans (' strings.email' ) } } </label >
You can’t perform that action at this time.
0 commit comments