We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7b0a7 commit aacdc19Copy full SHA for aacdc19
src/main/webapp/WEB-INF/views/series/info.html
@@ -585,7 +585,7 @@ <h5 th:text="#{t_who_selling_series}">Who was selling/buying this series</h5>
585
th:href="${transaction.transactionUrl}"
586
th:text="${firstPrice + optionalSecondPrice}">100 USD</a>
587
<!--/*/
588
- <th:block th:if="${transaction.condition != null}" th:switch="${transaction.condition}">
+ <th:block th:if="${transaction.condition != null}" th:switch="${transaction.condition.toString()}">
589
<span th:text="|(${#strings.unCapitalize('__#{t_cancelled}__')})|" th:case=" 'CANCELLED' ">cancelled</span>
590
/*/-->
591
<span th:text="|(${transaction.condition})|" th:case="*">(MNH)</span>
0 commit comments