aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:52:48 +0200
committerFrédéric Buclin <LpSolit@netscape.net>2017-04-18 23:52:48 +0200
commitcca49fa6bc14bc170a13860455ff11b0e37615a6 (patch)
treeb58b032a54effdcee5cbabbaa3311029e644bf19 /template/en/default/list/list.html.tmpl
parent20668e9e2dbee14347069c025c246639ed9273db (diff)
downloadbugs-cca49fa6bc14bc170a13860455ff11b0e37615a6.tar
bugs-cca49fa6bc14bc170a13860455ff11b0e37615a6.tar.gz
bugs-cca49fa6bc14bc170a13860455ff11b0e37615a6.tar.bz2
bugs-cca49fa6bc14bc170a13860455ff11b0e37615a6.tar.xz
bugs-cca49fa6bc14bc170a13860455ff11b0e37615a6.zip
Cleanup + make Bugzilla tests happy
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl25
1 files changed, 13 insertions, 12 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl
index 63866f416..321716873 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -134,18 +134,19 @@
[% IF user.id AND bugs.size %]
<div class="bz_last_visit_description">
- <span class="bz_new_since_last_visit">
- [% terms.Bugs %] you are involved in, but which you never visited or did not visit in the last [% Param('last_visit_keep_days') %] days
- </span>
- <span class="bz_updated_since_last_visit">
- [% terms.Bugs %] you are involved in, which have been updated since your last visit
- </span>
- <span class="bz_up_to_date_since_last_visit">
- [% terms.Bugs %] you are involved in, which got no updates since your last visit
- </span>
- <span class="bz_unknown_since_last_visit">
- [% terms.Bugs %] you are not involved in
- </span>
+ <span class="bz_new_since_last_visit">
+ [% terms.Bugs %] you are involved in, but which you never visited or did not visit
+ in the last [% Param('last_visit_keep_days') %] days
+ </span>
+ <span class="bz_updated_since_last_visit">
+ [% terms.Bugs %] you are involved in, which have been updated since your last visit
+ </span>
+ <span class="bz_up_to_date_since_last_visit">
+ [% terms.Bugs %] you are involved in, which got no updates since your last visit
+ </span>
+ <span class="bz_unknown_since_last_visit">
+ [% terms.Bugs %] you are not involved in
+ </span>
</div>
[% END %]
</ul>