chg: [layout:header-profile] Improved spacing
parent
b42941dc8e
commit
1d7fc00a65
|
@ -11,7 +11,10 @@ use Cake\Routing\Router;
|
|||
<div class="fw-light"><?= __('Logged in as') ?></div>
|
||||
<div>
|
||||
<?= $this->SocialProvider->getIcon($this->request->getAttribute('identity')) ?>
|
||||
[<?= h($loggedUser['organisation']['name']) ?>] <strong><?= h($this->request->getAttribute('identity')['username']) ?></strong>
|
||||
<span class="ms-1 me-3">
|
||||
[<?= h($loggedUser['organisation']['name']) ?>]
|
||||
<strong><?= h($this->request->getAttribute('identity')['username']) ?></strong>
|
||||
</span>
|
||||
</div>
|
||||
</h6>
|
||||
<div class="dropdown-divider"></div>
|
||||
|
|
Loading…
Reference in New Issue