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 3c92516 commit 8e9b144Copy full SHA for 8e9b144
pgcommitfest/commitfest/templates/patch.html
@@ -114,11 +114,15 @@
114
</tr>
115
<tr>
116
<th>Links</th>
117
- {%if patch.wikilink%}
118
- <a href="{{patch.wikilink}}">Wiki</a>{%endif%}{%if patch.gitlink%}
119
- <a href="{{patch.gitlink}}">Git</a>
120
- {%endif%}</td>
121
- </tr>
+ <td>
+ {% if patch.wikilink %}
+ <a href="{{ patch.wikilink }}">Wiki</a>
+ {% endif %}
+ {% if patch.gitlink %}
122
+ <a href="{{ patch.gitlink }}">Git</a>
123
124
+ </td>
125
+ </tr>
126
127
<th>Emails</th>
128
<td>
0 commit comments