Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit 670e029

Browse files
committed
(GH-75) Show only file in path column
1 parent e9e91c1 commit 670e029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cake.Issues.Reporting.Generic/Templates/DataTable.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<tr>
7979
<td>@issue.PriorityName</td>
8080
<td>@issue.ProjectName</td>
81-
<td>@issue.FilePath()</td>
81+
<td>@issue.FileDirectory()</td>
8282
<td>@issue.FileName()</td>
8383
<td>@issue.Line</td>
8484
<td>

0 commit comments

Comments
 (0)