aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/sonar-update-center
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-09-07 13:22:42 +0000
committerGodin <mandrikov@gmail.com>2010-09-07 13:22:42 +0000
commit0b9d0acd74b08a9076cd982684f0be8285c94251 (patch)
tree0998004bb2b2e786678efc1cb0c59220d37e04b3 /subprojects/sonar-update-center
parentfbdd9d383da7b3ee7cdddfd3fccc9ef46d9fc206 (diff)
downloadsonarqube-0b9d0acd74b08a9076cd982684f0be8285c94251.tar.gz
sonarqube-0b9d0acd74b08a9076cd982684f0be8285c94251.zip
Improve 'download' link for confluence pages
Diffstat (limited to 'subprojects/sonar-update-center')
-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>