show wiki url in plugin detail page

This commit is contained in:
Sebastian Sdorra
2011-11-13 17:23:51 +01:00
parent 539784e2d5
commit f51f0d5609

View File

@@ -41,6 +41,16 @@
</td>
</tr>
</#if>
<#if latest.wiki??>
<tr>
<th>Wiki</th>
<td>
<a href="${latest.wiki}" target="_blank">
${latest.wiki}
</a>
</td>
</tr>
</#if>
</table>
<p>&nbsp;</p>