diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
index fee2f96b6..9b4880904 100644
--- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
+++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
@@ -49,7 +49,13 @@
{{ entry.description }} |
- {{ entry.technologies }} |
+
+ 0">
+
+ {{ technology }}
+
+
+ |
diff --git a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.scss b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.scss
index 34034aa2b..0708ffecd 100644
--- a/src/app/modules/reports/components/time-entries-table/time-entries-table.component.scss
+++ b/src/app/modules/reports/components/time-entries-table/time-entries-table.component.scss
@@ -83,3 +83,15 @@ table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
background-image: none;
}
+
+.badge {
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
+ margin: 0.5em;
+ color: #FFFFFF;
+ font-weight: bold;
+ text-transform: capitalize;
+ font-style: italic;
+ cursor: pointer;
+}