mirror of
https://github.com/discourse/discourse.git
synced 2025-02-19 18:11:18 +00:00
Merge pull request #2299 from borhub/new_html_containers_to_help_custom_theming
User profile page and post page templates: add extra wrappers
This commit is contained in:
commit
d18b136e54
@ -41,8 +41,10 @@
|
||||
{{else}}
|
||||
<div class="contents">
|
||||
<i class="fa fa-trash-o deleted-user-avatar"></i>
|
||||
<div class="names">
|
||||
<h3 class="deleted-username">{{i18n user.deleted}}</h3>
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
||||
|
@ -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