parent
cc998c6d75
commit
cca18f8ede
6 changed files with 91 additions and 30 deletions
|
@ -23,6 +23,23 @@
|
|||
Free trial until <strong>{{ parseDate(subscription.trialEnd) | date }}</strong>
|
||||
</div>
|
||||
|
||||
<!-- QE Shoutout -->
|
||||
<div class="qe-shoutout hidden-xs hidden-sm">
|
||||
<table>
|
||||
<tr>
|
||||
<td>
|
||||
<img src="/static/img/QuayEnterprise_horizontal_color.svg">
|
||||
<div class="shoutout-text">
|
||||
Run a private instance of Quay, with the same build features and geo-replication. Fixed price for unlimited users and repositories.
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<a href="/plans?tab=enterprise" class="btn btn-default">Learn More</a>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- Chart -->
|
||||
<div class="usage-chart" total="subscribedPlan.privateRepos || 0"
|
||||
current="subscription.usedPrivateRepos || 0"
|
||||
|
|
Reference in a new issue