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:
Jarek Radosz
2024-08-16 13:47:52 +02:00
committed by GitHub
parent c120c446da
commit 6cc100abe0

View File

@@ -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>