GEWIS / gewisweb

GEWIS Website

Home Page:https://gewis.nl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not include organ membership functions in links

tomudding opened this issue · comments

What would you like?

The following is included in the link, but it may look better if it is outside the link:

<?php if (!empty($membership['functions'])): ?>
(<?= implode(
', ',
array_map(
fn (string $value): string => $this->translate($value),
$membership['functions'],
),
) ?>)

Currently:
image

Proposal:
image

Why is this needed?

No response

Other information

Originally reported by @Aarhunt and @CodeNamedRobin.