Update Dashboard Layout
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<h4 class="text-danger"><strong>422 - Unprocessable Entity</strong></h4>
|
||||
<p class="text-muted">[% the_request_failed_validation %]</p>
|
||||
<table class="table table-stripped">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>success</td>
|
||||
<td>[% boolean_title %]</td>
|
||||
<td>[% indicate_whether_the_request_was_successful_or_not %]</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>errors</td>
|
||||
<td>[% array_of_strings %]</td>
|
||||
<td>[% list_of_the_invalid_errors %]</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
Reference in New Issue
Block a user