show link to notifications page also for 'no new notifications'

This commit is contained in:
Helmut Merz 2015-11-04 09:27:50 +01:00
parent 357c660659
commit 0b4fdef7b5

View file

@ -50,8 +50,10 @@
<metal:actions define-macro="notifications_portlet" <metal:actions define-macro="notifications_portlet"
tal:define="view nocall:context/@@notifications_view; tal:define="view nocall:context/@@notifications_view;
numNews python:len(view.getNotifications())"> numNews python:len(view.getNotifications())">
<div tal:condition="not:numNews" <div tal:condition="not:numNews">
i18n:translate="">No new notifications</div> <a i18n:translate=""
tal:attributes="href macro/url">
No new notifications</a></div>
<div tal:condition="python:numNews == 1"> <div tal:condition="python:numNews == 1">
<a i18n:translate="" <a i18n:translate=""
tal:attributes="href macro/url"> tal:attributes="href macro/url">