File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Available addons
13
13
----------------
14
14
addon | version | maintainers | summary
15
15
--- | --- | --- | ---
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
17
17
18
18
19
19
Unported addons
Original file line number Diff line number Diff line change 31
31
32
32
_logger = logging .getLogger (__name__ )
33
33
34
-
35
34
MARKERS = r"(\[//\]: # \(addons\))|(\[//\]: # \(end addons\))"
36
35
MANIFESTS = ("__openerp__.py" , "__manifest__.py" )
37
36
@@ -55,9 +54,9 @@ def render_maintainers(manifest):
55
54
maintainers = manifest .get ("maintainers" ) or []
56
55
return " " .join (
57
56
[
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 )
61
60
for x in maintainers
62
61
]
63
62
)
You can’t perform that action at this time.
0 commit comments