12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
% layout 'AdminLTE', title => "Sme server 2 - err 400";
|
|
|
|
% content_for 'module' => begin
|
|
|
|
<div class="card-body">
|
|
<div class="text-danger">
|
|
%= l 'CSRF_VALIDATION_FAILURE'
|
|
</div>
|
|
|
|
</div>
|
|
% end
|