Mercurial > moin > 2.0
changeset 2862:9f2917f3a243
force No ticket found message below the ticket buttons
author | RogerHaase <haaserd@gmail.com> |
---|---|
date | Wed, 03 Dec 2014 11:44:38 -0700 |
parents | 3c87acf1de18 |
children | 3bbeaf34c52d |
files | MoinMoin/templates/tickets.html |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/templates/tickets.html Wed Dec 03 10:36:48 2014 -0700 +++ b/MoinMoin/templates/tickets.html Wed Dec 03 11:44:38 2014 -0700 @@ -130,7 +130,9 @@ {{ _("Tip: Sort multiple columns simultaneously by holding down the Shift key and clicking on additional column headers!") }} </p> {% else %} - {{ _("No Ticket found.") }} + <p> + {{ _("No tickets found.") }} + </p> {% endif %} {% endblock %}