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…
Reference in New Issue