agungsugiarto / boilerplate

CodeIgniter4 Boilerplate based on AdminLTE 3 with user management, roles, permissions, ...
MIT License
156 stars 49 forks source link

bug in header.php #66

Closed jorgemartinsalas closed 4 years ago

jorgemartinsalas commented 4 years ago

Line number 48 of the Views/layout/header.php file should be replaced by:

<a href="<?= route_to('logout') ?>" class="btn btn-primary btn-block"><b><?= lang('boilerplate.global.close') ?></b></a>

you currently have an error in: <b> Logout</b>

in the same file line number 41 should be replaced by: <span><?= lang('boilerplate.user.fields.join') ?></span> you currently have an error in: lang('user.join')

agungsugiarto commented 4 years ago

The error are you mean, not translated, right ?

agungsugiarto commented 4 years ago

fixed