Show More
|
1 | NO CONTENT: new file 100644, binary diff hidden |
@@ -456,7 +456,7 b' HasRepoPermissionAny, HasRepoPermissionA' | |||
|
456 | 456 | def gravatar_url(email_address, size=30): |
|
457 | 457 | if not str2bool(config['app_conf'].get('use_gravatar')) or \ |
|
458 | 458 | email_address == 'anonymous@rhodecode.org': |
|
459 | return "/images/user%s.png" % size | |
|
459 | return url("/images/user%s.png" % size) | |
|
460 | 460 | |
|
461 | 461 | ssl_enabled = 'https' == request.environ.get('wsgi.url_scheme') |
|
462 | 462 | default = 'identicon' |
General Comments 0
You need to be logged in to leave comments.
Login now