mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-07 11:13:16 +02:00
added url and category to detail page
This commit is contained in:
@@ -9,6 +9,16 @@
|
||||
<th>Name</th>
|
||||
<td>${latest.name}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Category</th>
|
||||
<td>
|
||||
<#if latest.category??>
|
||||
${latest.category}
|
||||
<#else>
|
||||
Miscellaneous
|
||||
</#if>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>GroupId</th>
|
||||
<td>${latest.groupId}</td>
|
||||
@@ -21,6 +31,16 @@
|
||||
<th>Author</th>
|
||||
<td>${latest.author}</td>
|
||||
</tr>
|
||||
<#if latest.url??>
|
||||
<tr>
|
||||
<th>URL</th>
|
||||
<td>
|
||||
<a href="${latest.url}" target="_blank">
|
||||
${latest.url}
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</#if>
|
||||
</table>
|
||||
|
||||
<p> </p>
|
||||
|
||||
Reference in New Issue
Block a user