File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 186186 'import ' => 'Import ' ,
187187 'actions_export ' => 'Exportiere Aktionsplan ' ,
188188 ],
189+ 'group ' => [
190+ 'index ' => 'Liste der Gruppen ' ,
191+ 'add ' => 'Hinzufügen einer Benutzergruppe ' ,
192+ 'edit ' => 'Bearbeiten einer Benutzergruppe ' ,
193+ 'show ' => 'Anzeigen einer Benutzergruppe ' ,
194+ 'fields ' => [
195+ 'name ' => 'Name ' ,
196+ 'description ' => 'Beschreibung ' ,
197+ 'users ' => 'Users ' ,
198+ 'controls ' => 'Controls ' ,
199+ ],
200+ ],
189201 'imports ' => [
190202 'index ' => 'Import ' ,
191203 'title ' => 'Importiere Sicherheitsmaßnahmen ' ,
Original file line number Diff line number Diff line change 33@section (" content" )
44 <div data-role =" panel" data-title-caption =" {{ trans (' cruds.user.edit' ) } }" data-collapsible =" true" data-title-icon =" <span class='mif-person'></span>" >
55
6- @if (count ($errors ) )
7- @foreach ($errors -> all () as $error )
8- <div class =" remark alert" role =" alert" >{{ $error } } </div >
9- @endforeach
10- @endif
6+ @if (count ($errors ) )
7+ <div class =" remark alert" >
8+ <span class =" mif-report icon" ></span >
9+ @foreach ($errors -> all () as $error )
10+ {{ $error } } <br >
11+ @endforeach
12+ </div >
13+ @endif
1114
1215 <form method =" POST" action =" /users/{{ $user -> id } }" >
1316 @method (" PATCH" )
You can’t perform that action at this time.
0 commit comments