##// END OF EJS Templates
templates: assign a dummy href to a button to enable keyboard navigation...
Andrew Shadura -
r6210:f3acdc61 default
parent child Browse files
Show More
@@ -364,6 +364,8 b''
364 aria-expanded="false" aria-controls="quick_login"
364 aria-expanded="false" aria-controls="quick_login"
365 %if c.authuser.username != 'default':
365 %if c.authuser.username != 'default':
366 href="${h.url('notifications')}"
366 href="${h.url('notifications')}"
367 %else:
368 href="#"
367 %endif
369 %endif
368 >
370 >
369 ${h.gravatar_div(c.authuser.email, size=20, div_class="icon", div_style="display:inline", div_aria_hidden="true")}
371 ${h.gravatar_div(c.authuser.email, size=20, div_class="icon", div_style="display:inline", div_aria_hidden="true")}
General Comments 0
You need to be logged in to leave comments. Login now