Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -43,7 +43,7 @@
|
|||
checkboxSwitch("[class='switch-checkbox']");
|
||||
if (codeOfConductPresent) {
|
||||
iconize("td.code-of-conduct", "true", "check", "accepted");
|
||||
iconize("td.code-of-conduct", "false", "exclamation-circle", "Has not accepted Code of Conduct");
|
||||
iconize("td.code-of-conduct", "false", "circle-exclamation", "Has not accepted Code of Conduct");
|
||||
};
|
||||
// truncatify("td.truncate");
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue