mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Merge branch 'master' into unread_stories
* master: Centering text Don't delete user unread stories keys in prep for using them as part of the river.
This commit is contained in:
commit
fe13a02e44
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
{% if not user_profile.is_premium %}
|
{% if not user_profile.is_premium %}
|
||||||
<div class="NB-module NB-module-premium">
|
<div class="NB-module NB-module-premium">
|
||||||
<h5 class="NB-module-header">
|
<h5 class="NB-module-header">
|
||||||
Another reason to upgrade
|
<div class="NB-module-header-text">Another reason to upgrade</div>
|
||||||
</h5>
|
</h5>
|
||||||
|
|
||||||
<div class="NB-module-item NB-module-item-intro">
|
<div class="NB-module-item NB-module-item-intro">
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% if user_profile.is_premium and not user_profile.is_archive %}
|
{% if user_profile.is_premium and not user_profile.is_archive %}
|
||||||
<div class="NB-module NB-module-premium">
|
<div class="NB-module NB-module-premium">
|
||||||
<h5 class="NB-module-header">
|
<h5 class="NB-module-header">
|
||||||
Reason to upgrade
|
<div class="NB-module-header-text">Reason to upgrade</div>
|
||||||
</h5>
|
</h5>
|
||||||
<div class="NB-module-item NB-module-item-intro">
|
<div class="NB-module-item NB-module-item-intro">
|
||||||
<div class="NB-module-premium-icon NB-module-premium-archive-icon NB-{{ rand_int }}"></div>
|
<div class="NB-module-premium-icon NB-module-premium-archive-icon NB-{{ rand_int }}"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue