fix html for new account wrapper model
This commit is contained in:
parent
87c13d67e5
commit
c7a507fe94
|
@ -2,7 +2,7 @@
|
|||
<h3 class="panel__title">Manage Account</h3>
|
||||
|
||||
<div class="account-editor__display-avatar">
|
||||
<img class="account-editor__avatar" src="{{account.avatar}}" title="{{ account.username }} " />
|
||||
<img class="account-editor__avatar" src="{{account.avatar}}" title="{{ account.info.id }} " />
|
||||
</div>
|
||||
|
||||
<h4 class="add-column__label">add column:</h4>
|
||||
|
|
Loading…
Reference in New Issue