mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 16:24:55 +00:00
User profile page template: add extra wrapper into primary details section to allow laying textual items out on the right of the avatar
This commit is contained in:
parent
e88e43bfb6
commit
c934411228
@ -53,6 +53,8 @@
|
||||
<div class='details'>
|
||||
<div class='primary'>
|
||||
{{boundAvatar model imageSize="huge"}}
|
||||
|
||||
<div class="primary-textual">
|
||||
<h1>{{username}} {{{statusIcon}}}</h1>
|
||||
<h2>{{name}}</h2>
|
||||
|
||||
@ -68,6 +70,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class='secondary'>
|
||||
<dl>
|
||||
|
Loading…
x
Reference in New Issue
Block a user