[MRM-1727] SVM Viewer info should provide a link.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1422945 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-17 14:27:55 +00:00
parent 55dab4eefd
commit e52f40533d
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@
</tr>
<tr>
<th>${$.i18n.prop('browse.artifact.scm.viewer')}</th>
<td>${projectVersionMetadata.scm.url}</td>
<td><a href="${projectVersionMetadata.scm.url}" target="_blank">${projectVersionMetadata.scm.url}</a></td>
</tr>
</tbody>
</table>