Non-pro billing view.

master
Nick Sergeant 2013-10-19 22:21:14 -04:00
parent 914a9d69f1
commit a598dfc65e
1 changed files with 29 additions and 21 deletions

View File

@ -1,3 +1,10 @@
<div ng-show="!user.is_pro">
<p class="alert alert-info">
You're not a Pro yet, so we have nothing to show you here.<br />
<br /><a href="/pro/">Signup for Pro &raquo;</a>
</p>
</div>
<div ng-show="user.is_pro">
<div class="def" data-title="Plan">
{[{ user.stripeAccount.name || 'Loading...' }]}
</div>
@ -21,3 +28,4 @@
<span ng-show="!user.stripeAccount">Loading...</span>
</div>
<p class="alert alert-info">Need to cancel? <a href="mailto:nick@snipt.net">Email Nick</a>.</p>
</div>