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

Community app issue 5707 #52

Merged
merged 2 commits into from
Sep 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@
<div align="left">
<% if(isNewStyle) { %>
<div style="float:right; padding-top:12px;">
<A class="informationLink" href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions">How to get paid</A>
<A class="informationLink" href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions">How to get paid</A>
</div>
<% } else { %>
<div style="float:right;">
<A href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
</div>
<% } %>
<c:choose>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<div align="left">
<div style="float:right;">
<A href="https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
<A href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"><img src="/i/pacts/howToGetPaid.png" alt="How to get paid" /></A>
</div>
<c:choose>
<c:when test="${not empty isNewStyle && isNewStyle}">
Expand Down