mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 09:56:41 +08:00
DEV: Add container with classname to invited-by invite section (#28644)
This commit is contained in:
parent
5aab69676b
commit
ae111904ef
@ -18,8 +18,10 @@
|
||||
<p>{{html-safe this.successMessage}}</p>
|
||||
</div>
|
||||
{{else}}
|
||||
<p>{{i18n "invites.invited_by"}}</p>
|
||||
<p><UserInfo @user={{this.invitedBy}} /></p>
|
||||
<div class="invited-by">
|
||||
<p>{{i18n "invites.invited_by"}}</p>
|
||||
<p><UserInfo @user={{this.invitedBy}} /></p>
|
||||
</div>
|
||||
|
||||
{{#if this.associateHtml}}
|
||||
<p class="create-account-associate-link">
|
||||
|
Loading…
x
Reference in New Issue
Block a user