mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-19 21:31:58 +02:00
show wiki url in plugin detail page
This commit is contained in:
@@ -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> </p>
|
||||
|
||||
Reference in New Issue
Block a user