mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Move user-profile-secondary outlet (#28398)
Move it into the preceding `dl` element and remove the `div` wrapper. The two plugins that use this outlet: * d-follow - actually jumps through hacky hoops to get its elements into that `dl` anyway * d-gamification - would look better if its element was in that `dl`
This commit is contained in:
@@ -444,12 +444,12 @@
|
||||
class="btn-danger btn-delete-user"
|
||||
/></div>
|
||||
{{/if}}
|
||||
|
||||
<PluginOutlet
|
||||
@name="user-profile-secondary"
|
||||
@outletArgs={{hash model=this.model}}
|
||||
/>
|
||||
</dl>
|
||||
<PluginOutlet
|
||||
@name="user-profile-secondary"
|
||||
@connectorTagName="div"
|
||||
@outletArgs={{hash model=this.model}}
|
||||
/>
|
||||
</div>
|
||||
{{/unless}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user