From d47137cddd6a02bf609728c76b8adc7cdea1adf3 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 14 Sep 2013 15:29:09 +0200 Subject: Affiche le titre en cours sur la ligne du jours MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit En particulier en affichage mobile, il n'était pas facile de voir quelle catégorie ou flux on était en train de lire. Ce patch l'affiche sur la ligne du jours, avec une suggestion de style. --- app/views/helpers/view/normal_view.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views/helpers/view') diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index fb4e60cf6..e5d03776c 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -16,13 +16,13 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { isDay (Days::TODAY)) { ?> -
-
+
- : currentName; ?>
isDay (Days::YESTERDAY)) { ?> -
-
+
- : currentName; ?>
isDay (Days::BEFORE_YESTERDAY)) { ?> -
+
: currentName; ?>
-- cgit v1.2.3