##// END OF EJS Templates
top menu: show user menu as a menu option like others, now also with login name...
top menu: show user menu as a menu option like others, now also with login name A minor regression: the message count is not clickable ... but it was hard to hit, and somewhat confusing that different parts of the icon meant different things. The new html/css will probably need some review and cross platform testing.

File last commit:

r3054:400ca827 beta
r3205:f01540c6 beta
Show More
pull_request_comment.html
14 lines | 327 B | text/html | HtmlLexer
## -*- coding: utf-8 -*-
<%inherit file="main.html"/>
${_('User %s commented on pull request #%s for repository %s') % ('<b>%s</b>' % pr_comment_user ,pr_id,pr_target_repo)}
<p>
${body}
%if status_change:
<span>${_('New status')} -> ${status_change}</span>
%endif
</p>
${_('View this comment here')}: ${pr_comment_url}