Improve icons, add homepage links to courses
Build and Publish Docker Container / build (push) Successful in 5m28s

This commit is contained in:
2023-10-08 16:38:40 +01:00
parent b2d8ee0dd9
commit f712837f91
6 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<% if work_item.completed? %>
<i class="fa fa-check text-green-700"></i>
<% elsif work_item.started? %>
<i class="fa fa-play text-blue-700"></i>
<i class="fa fa-pen text-blue-700"></i>
<% else %>
<%# Symbol to show work has not started yet %>
<i class="fa fa-clock text-blue-gray-700"></i>