Skip to content

Commit

Permalink
Merge pull request #217 from bazilval/issue-174-fix-modified-by
Browse files Browse the repository at this point in the history
[#174] Fix modifiedBy initial view
  • Loading branch information
Malcom1986 authored Oct 6, 2023
2 parents 2e507ba + cc957c8 commit 172882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/workspace/wks-typos.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<td th:text="*{reporterName}"></td>
<td th:text="*{createdDateAgo}"></td>
<td th:text="*{modifiedDateAgo}"></td>
<td th:text="*{modifiedBy}"></td>
<td th:text="*{modifiedBy} != ${wksInfo.id} ? *{modifiedBy} : ''"></td>
<td th:text="#{*{typoStatus}}"></td>
</tr>
<!-- Workspace typo table row collapsed part -->
Expand Down

0 comments on commit 172882f

Please sign in to comment.