Skip to content

Commit 17fd3e1

Browse files
committed
fix: TT-178 Make URI clickable when possible
2 parents 8d8a492 + 31ea33e commit 17fd3e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/app/modules/reports/components/time-entries-table/time-entries-table.component.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@
4141
<td class="col md-col">{{ entry.customer_name }}</td>
4242
<td class="hidden-col">{{ entry.customer_id }}</td>
4343
<td class="col md-col">{{ entry.activity_name }}</td>
44+
<<<<<<< HEAD
4445
<td class="col lg-col">
4546
<a (click)="isLinkExternal(entry.uri)"
4647
[ngStyle]="{'cursor':'pointer'}">{{ entry.uri }}</a>
4748
</td>
49+
=======
50+
<td class="col lg-col"><a (click)="isLinkExternal(entry.uri)">{{ entry.uri }}</a></td>
51+
>>>>>>> 31ea33edd05f05bb7ea16bd1f0ac9fd857a362b8
4852
<td class="col lg-col">{{ entry.description }}</td>
4953
<td class="col lg-col">{{ entry.technologies }}</td>
5054
</tr>

0 commit comments

Comments
 (0)