Skip to content

Commit

Permalink
changed button
Browse files Browse the repository at this point in the history
  • Loading branch information
Leone25 committed May 1, 2024
1 parent e7b8306 commit 2cb3db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ public static function telegramColumn($nickname, $id): string
public static function shortListEntry(string $uid, string $cn, ?string $schacpersonaluniquecode): string
{
$schacpersonaluniquecode = $schacpersonaluniquecode ?? 'no matricola';
return /** @lang HTML */ "<a href=\"/people.php?uid=$uid\">$cn</a>, $schacpersonaluniquecode <a class=\"btn btn-sm btn-outline-dark m-1 p-1\" href=\"/sir.php?uid=$uid\"><i class=\"fa fa-download mr-1\"></i>Get SIR</a>";
return /** @lang HTML */ "<a href=\"/people.php?uid=$uid\">$cn</a>, $schacpersonaluniquecode <a class=\"btn btn-sm btn-outline-dark m-1 p-1\" href=\"/sugo.php?uid=$uid\"><i class=\"fa-solid fa-signature\"></i>Sign SIR</a>";
}
}

0 comments on commit 2cb3db6

Please sign in to comment.