We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17a0a8 commit 1b352c1Copy full SHA for 1b352c1
pgcommitfest/commitfest/templates/patch.html
@@ -106,11 +106,15 @@
106
</tr>
107
<tr>
108
<th>Links</th>
109
- {%if patch.wikilink%}
110
- <a href="{{patch.wikilink}}">Wiki</a>{%endif%}{%if patch.gitlink%}
111
- <a href="{{patch.gitlink}}">Git</a>
112
- {%endif%}</td>
113
- </tr>
+ <td>
+ {% if patch.wikilink %}
+ <a href="{{ patch.wikilink }}">Wiki</a>
+ {% endif %}
+ {% if patch.gitlink %}
114
+ <a href="{{ patch.gitlink }}">Git</a>
115
116
+ </td>
117
+ </tr>
118
119
<th>Emails</th>
120
<td>
0 commit comments