From 67f7d865283a0463b829a2d1d46941c86e10f391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Tue, 18 Apr 2017 23:04:40 +0200 Subject: Implement a UI in the buglist for the last visit time --- template/en/default/list/list.html.tmpl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'template/en/default/list/list.html.tmpl') diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 368cd9c08..63866f416 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -131,6 +131,23 @@ [% END %] [% END %] + +[% IF user.id AND bugs.size %] +
+ + [% terms.Bugs %] you are involved in, but which you never visited or did not visit in the last [% Param('last_visit_keep_days') %] days + + + [% terms.Bugs %] you are involved in, which have been updated since your last visit + + + [% terms.Bugs %] you are involved in, which got no updates since your last visit + + + [% terms.Bugs %] you are not involved in + +
+[% END %]
-- cgit v1.2.1