diff --git a/src/Utils/Icon.hs b/src/Utils/Icon.hs index 4d9dd168d..a5d0c8a92 100644 --- a/src/Utils/Icon.hs +++ b/src/Utils/Icon.hs @@ -45,6 +45,7 @@ data Icon | IconExamRegisterFalse | IconCommentTrue | IconCommentFalse + | IconLink | IconFileDownload | IconFileZip | IconFileCSV @@ -71,6 +72,7 @@ iconText = \case IconExamRegisterFalse -> "calendar-times" IconCommentTrue -> "comment-alt" IconCommentFalse -> "comment-slash" -- comment-alt-slash is not available for free + IconLink -> "link" IconFileDownload -> "file-download" IconFileZip -> "file-archive" IconFileCSV -> "file-csv" diff --git a/templates/corrections-overview.hamlet b/templates/corrections-overview.hamlet index 64a647387..747f99d15 100644 --- a/templates/corrections-overview.hamlet +++ b/templates/corrections-overview.hamlet @@ -56,8 +56,10 @@ $# Always iterate over orderedSheetNames for consistent sorting! Newest first, except in this table $forall shn <- orderedSheetNames -