diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-30 21:34:48 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-01-30 21:34:48 +0100 |
commit | 4e773ab1830be5f8d9723a6a84b2c448537737e8 (patch) | |
tree | 03af0523df266470121c241441ca72917fd5bbce /pyaggr3g470r/templates/unread.html | |
parent | Merge branch 'master' of bitbucket.org:cedricbonhomme/pyaggr3g470r (diff) | |
download | newspipe-4e773ab1830be5f8d9723a6a84b2c448537737e8.tar.gz newspipe-4e773ab1830be5f8d9723a6a84b2c448537737e8.tar.bz2 newspipe-4e773ab1830be5f8d9723a6a84b2c448537737e8.zip |
Updated template with Bootstrap 3.1 headers.
Diffstat (limited to 'pyaggr3g470r/templates/unread.html')
-rw-r--r-- | pyaggr3g470r/templates/unread.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/unread.html b/pyaggr3g470r/templates/unread.html index ed6aae19..41c89a29 100644 --- a/pyaggr3g470r/templates/unread.html +++ b/pyaggr3g470r/templates/unread.html @@ -2,8 +2,13 @@ {% block content %} <div class="container"> {% if feeds|count == 0 %} - <h1>No unread articles.</h1> + <div class="page-header"> + <h1>No unread articles</h1> + </div> {% else %} + <div class="page-header"> + <h1>Unread articles <small>{{ nb_unread }}</small></h1> + </div> {% for feed in feeds|sort(attribute="title") %} <div class="row"> <div class="col-md-6 col-md-offset-3"> |