aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html')
-rw-r--r--subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html
index 2abbbb8f41a..ef9b7df47ce 100644
--- a/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html
+++ b/subprojects/sonar-update-center/sonar-update-center-server/src/main/resources/plugin-info-widget-template.html
@@ -8,7 +8,6 @@
</style>
</head>
<body>
-<a href="%downloadUrl%" class="button">Download</a>
<table cellpadding="0" cellspacing="0">
<tr>
<td><strong>Name</strong></td>
@@ -26,6 +25,10 @@
</td>
</tr>
<tr>
+ <td><strong>Download</strong></td>
+ <td><a href="%downloadUrl%">%downloadUrl%</a></td>
+ </tr>
+ <tr>
<td><strong>License</strong></td>
<td>%license%</td>
</tr>