From: Peter Lohse Date: Sat, 6 Jul 2024 12:14:46 +0000 (+0200) Subject: Replace `userListItem` with `userCard` on team page X-Git-Tag: 6.1.0_Alpha_1~40^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4087621323685670eb51789e078cde7fc87fa5ca;p=GitHub%2FWoltLab%2FWCF.git Replace `userListItem` with `userCard` on team page --- diff --git a/com.woltlab.wcf/templates/team.tpl b/com.woltlab.wcf/templates/team.tpl index 2bef480345..6b81af1313 100644 --- a/com.woltlab.wcf/templates/team.tpl +++ b/com.woltlab.wcf/templates/team.tpl @@ -7,9 +7,9 @@

{$team->getDescription()}

-
    +
      {foreach from=$team->getMembers() item=user} - {include file='userListItem'} + {include file='userCard'} {/foreach}
    @@ -25,15 +25,4 @@ {/hascontent} - - {include file='footer'}