File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Available addons
1313----------------
1414addon | version | maintainers | summary
1515--- | --- | --- | ---
16- [module1](module1/) | 8.0.1.0.0 | []( https://github.com/sbidoul) | Module 1 summary
16+ [module1](module1/) | 8.0.1.0.0 | <a href=' https://github.com/sbidoul'><img src=' https://github.com/sbidoul.png' width='32' height='32' style='border-radius:50%;' alt='sbidoul'/></a> | Module 1 summary
1717
1818
1919Unported addons
Original file line number Diff line number Diff line change 3131
3232_logger = logging .getLogger (__name__ )
3333
34-
3534MARKERS = r"(\[//\]: # \(addons\))|(\[//\]: # \(end addons\))"
3635MANIFESTS = ("__openerp__.py" , "__manifest__.py" )
3736
@@ -55,9 +54,9 @@ def render_maintainers(manifest):
5554 maintainers = manifest .get ("maintainers" ) or []
5655 return " " .join (
5756 [
58- "[![{maintainer}] "
59- "( https://github.com/{maintainer }.png?size=30px)] "
60- "(https://github.com/{maintainer}) " .format (maintainer = x )
57+ "<a href='https://github.com/{0}'> "
58+ "<img src=' https://github.com/{0 }.png' width='32' height='32' style='border-radius:50%;' alt='{0}'/> "
59+ "</a> " .format (x )
6160 for x in maintainers
6261 ]
6362 )
You can’t perform that action at this time.
0 commit comments