mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Separating premium modules.
This commit is contained in:
parent
a6ba249104
commit
abbb379113
1 changed files with 23 additions and 0 deletions
23
templates/reader/premium_archive_module.xhtml
Normal file
23
templates/reader/premium_archive_module.xhtml
Normal file
|
@ -0,0 +1,23 @@
|
|||
{% load utils_tags %}
|
||||
|
||||
{% if not user_profile.is_archive %}
|
||||
<div class="NB-module NB-module-premium">
|
||||
<h5 class="NB-module-header">
|
||||
Upgrade to Premium Archive
|
||||
</h5>
|
||||
|
||||
|
||||
<div class="NB-module-stats-counts">
|
||||
<div class="NB-module-stats-count">
|
||||
<div class="NB-module-stats-count-number"></div>
|
||||
<div class="NB-module-stats-count-description">
|
||||
<div class="NB-modal-submit-green NB-modal-submit-button NB-module-premium-button NB-javascript">Upgrade your account</div>
|
||||
</div>
|
||||
|
||||
<div class="NB-module-stats-count-description">$99/year</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
Loading…
Add table
Reference in a new issue