Skip to content

Commit

Permalink
Merge pull request #6 from udayapitchika/issue#2-display-subscription…
Browse files Browse the repository at this point in the history
…-transactions-link

Issue#2 display subscription transactions link
  • Loading branch information
stevenmaguire authored Oct 19, 2016
2 parents 1fc4adf + 088eb7e commit f4e53b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ span.code {
padding: 20%;
}

.center{
text-align:center;
}

.customer-list li {
height: auto !important;
}
Expand Down
5 changes: 5 additions & 0 deletions templates/customerPage.hdbs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,11 @@
<td>Total Revenue</td>
<td>{{this.formatted_total_revenue_in_dollars}}</td>
</tr>
<tr>
<td colspan="2" class="center">
<a href="https://{{setting 'subdomain'}}.chargify.com/subscriptions/{{this.id}}/transactions/details" target="_blank">View Transactions</a>
</td>
</tr>
</tbody>
</table>
{{/each}}
Expand Down

0 comments on commit f4e53b4

Please sign in to comment.