Skip to content

Commit 088eb7e

Browse files
author
Udaya Pitchika
committed
Added a link to display subscription transactions in a new tab
1 parent c4ab98e commit 088eb7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

templates/customerPage.hdbs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,11 @@
149149
<td>Total Revenue</td>
150150
<td>{{this.formatted_total_revenue_in_dollars}}</td>
151151
</tr>
152+
<tr>
153+
<td colspan="2" class="center">
154+
<a href="https://{{setting 'subdomain'}}.chargify.com/subscriptions/{{this.id}}/transactions/details" target="_blank">View Transactions</a>
155+
</td>
156+
</tr>
152157
</tbody>
153158
</table>
154159
{{/each}}

0 commit comments

Comments
 (0)