Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit c8e92de

Browse files
committed
reskin-payment: not found icon mobile
1 parent 48d69d6 commit c8e92de

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/main/com/topcoder/web/tc/view/pacts/client/PaymentHistory.jsp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,14 @@
284284
</script>
285285
</div>
286286
<%-- Mobile sort-button --%>
287-
<a
288-
class="getable mobile-payments-sort-button ${requestScope[defaults][sortColumn] == 3 ? 'active' : ''} ${requestScope[defaults][sortDirection]}"
289-
href="<%=sessionInfo.getServletPath()%>?<tc-webtag:sort column="3" includeParams="true" />"
290-
>
291-
<span hidden>Sort by Create Date</span>
292-
</a>
287+
<c:if test="${not empty payments}">
288+
<a
289+
class="getable mobile-payments-sort-button ${requestScope[defaults][sortColumn] == 3 ? 'active' : ''} ${requestScope[defaults][sortDirection]}"
290+
href="<%=sessionInfo.getServletPath()%>?<tc-webtag:sort column="3" includeParams="true" />"
291+
>
292+
<span hidden>Sort by Create Date</span>
293+
</a>
294+
</c:if>
293295
</div>
294296
</c:if>
295297
</div>

0 commit comments

Comments
 (0)