You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/working-group-band.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,11 @@
25
25
<divclass="card-footer">
26
26
<divclass="icons">
27
27
{% if item.proposal %}
28
-
<ahref="{{ item.proposal }}" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></i></a>
28
+
<ahref="{{ item.proposal }}" title="See the working group proposal"><iclass="icon fa-regular fa-file-lines"></i></a>
29
29
{% endif %}
30
30
<ahref="{{ item.board-url }}" title="View the working group board"><iclass="icon fa-brands fa-square-github"></i></a>
31
31
{% if item.discussion %}
32
-
<ahref="{{ item.discussion }}" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></i></a>
32
+
<ahref="{{ item.discussion }}" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
33
33
{% else %}
34
34
<ahref="https://quarkusio.zulipchat.com/#narrow/stream/187038-dev" title="Discuss about the working group"><iclass="icon fa-solid fa-comments"></i></a>
0 commit comments